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

gwright at macports.org gwright at macports.org
Thu Mar 18 08:00:09 PDT 2010


Revision: 64964
          http://trac.macports.org/changeset/64964
Author:   gwright at macports.org
Date:     2010-03-18 08:00:09 -0700 (Thu, 18 Mar 2010)
Log Message:
-----------
Ugh. The hs-type-level port only works with the syb-0.1.0.1 package,
not the latest version.  Patch the .cabal file to reflect this.

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

Added Paths:
-----------
    trunk/dports/devel/hs-type-level/files/
    trunk/dports/devel/hs-type-level/files/type-level.cabal.diff

Modified: trunk/dports/devel/hs-type-level/Portfile
===================================================================
--- trunk/dports/devel/hs-type-level/Portfile	2010-03-18 14:54:29 UTC (rev 64963)
+++ trunk/dports/devel/hs-type-level/Portfile	2010-03-18 15:00:09 UTC (rev 64964)
@@ -30,6 +30,8 @@
 
 depends_lib	port:ghc
 
+patchfiles	type-level.cabal.diff
+
 universal_variant	no
 
 configure.args-append	-v --enable-library-profiling		\

Added: trunk/dports/devel/hs-type-level/files/type-level.cabal.diff
===================================================================
--- trunk/dports/devel/hs-type-level/files/type-level.cabal.diff	                        (rev 0)
+++ trunk/dports/devel/hs-type-level/files/type-level.cabal.diff	2010-03-18 15:00:09 UTC (rev 64964)
@@ -0,0 +1,11 @@
+--- type-level.cabal.sav	2010-03-18 10:53:56.000000000 -0400
++++ type-level.cabal	2010-03-18 10:56:13.000000000 -0400
+@@ -43,7 +43,7 @@
+ 
+ -- depends on ghc due to the use of infix type constructors and template haskell
+ Library
+-  build-depends:   base >=4 && <6, template-haskell > 2.0, syb
++  build-depends:   base >=4 && <6, template-haskell > 2.0, syb == 0.1.0.1
+   hs-source-dirs:  src
+   exposed-modules: Data.TypeLevel,
+                    Data.TypeLevel.Bool,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100318/1bd96473/attachment.html>


More information about the macports-changes mailing list