[109557] trunk/dports/devel/hs-type-level

cal at macports.org cal at macports.org
Sat Aug 17 08:15:11 PDT 2013


Revision: 109557
          https://trac.macports.org/changeset/109557
Author:   cal at macports.org
Date:     2013-08-17 08:15:11 -0700 (Sat, 17 Aug 2013)
Log Message:
-----------
hs-type-level: recreate from template, revbump to rebuild with GHC 7

Added Paths:
-----------
    trunk/dports/devel/hs-type-level/Portfile

Removed Paths:
-------------
    trunk/dports/devel/hs-type-level/Portfile
    trunk/dports/devel/hs-type-level/files/

Deleted: trunk/dports/devel/hs-type-level/Portfile
===================================================================
--- trunk/dports/devel/hs-type-level/Portfile	2013-08-17 15:07:45 UTC (rev 109556)
+++ trunk/dports/devel/hs-type-level/Portfile	2013-08-17 15:15:11 UTC (rev 109557)
@@ -1,26 +0,0 @@
-# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
-# $Id$
-
-PortSystem          1.0
-PortGroup           haskell 1.0
-
-haskell.setup       type-level 0.2.4
-revision            1
-platforms           darwin
-license             BSD
-maintainers         nomaintainer
-
-description         Type-level programming library
-long_description    This library permits performing computations on the \
-                    type-level. Type-level functions are implemented \
-                    using functional dependencies of multi parameter \
-                    type classes. To date, Booleans and Numerals \
-                    are supported. With regard to Numerals, there is \
-                    support for common arithmetic operations over \
-                    natural numbers.
-
-checksums           md5     4aca3b4fd0a56377ffa79464cf491509 \
-                    sha1    3ec9cf2f9016852ce217f1d233d6462c7eba80da \
-                    rmd160  03f185a2cad6575f9e73b406ed8fbdb931e32c8f
-
-patchfiles          type-level.cabal.diff

Copied: trunk/dports/devel/hs-type-level/Portfile (from rev 109550, trunk/dports/devel/hs-extensible-exceptions/Portfile)
===================================================================
--- trunk/dports/devel/hs-type-level/Portfile	                        (rev 0)
+++ trunk/dports/devel/hs-type-level/Portfile	2013-08-17 15:15:11 UTC (rev 109557)
@@ -0,0 +1,23 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           haskell 1.0
+
+haskell.setup       type-level 0.2.4
+revision            2
+checksums           rmd160  03f185a2cad6575f9e73b406ed8fbdb931e32c8f \
+                    sha256  3bbdca0507187b72675dc182bb05da68d7e080693fa1ffe9fb961f693c81f7b1
+
+license             BSD
+maintainers         cal openmaintainer
+platforms           darwin
+
+description         Type-level programming library
+long_description    \
+    This library permits performing computations on the type-level. Type-level \
+    functions are implemented using functional dependencies of multi parameter \
+    type classes. To date, Booleans and Numerals (Naturals and Positives) are \
+    supported.
+
+depends_lib-append  port:hs-syb
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130817/24806278/attachment.html>


More information about the macports-changes mailing list