[Pkg-haskell-commits] darcs: tools: Import patches/c2hs-0.16.4.patch

Joachim Breitner mail at joachim-breitner.de
Sat Jun 15 08:53:43 UTC 2013


Sat Jun 15 08:44:54 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Import patches/c2hs-0.16.4.patch

    M ./all-packages/packages.txt -1 +1
    A ./all-packages/patches/c2hs-0.16.4.patch

Sat Jun 15 08:44:54 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Import patches/c2hs-0.16.4.patch
diff -rN -u old-tools/all-packages/packages.txt new-tools/all-packages/packages.txt
--- old-tools/all-packages/packages.txt	2013-06-15 08:53:43.502317661 +0000
+++ new-tools/all-packages/packages.txt	2013-06-15 08:53:43.590036935 +0000
@@ -54,7 +54,7 @@
 bytestring-progress 1.0.3
 bytestring-show 0.3.5.4
 bzlib 0.5.0.4
-c2hs 0.16.4 patched, language-c-dependency
+c2hs 0.16.4
 cabal-debian 1.25
 cabal-file-th 0.2.3
 cabal-install 1.16.0.2
diff -rN -u old-tools/all-packages/patches/c2hs-0.16.4.patch new-tools/all-packages/patches/c2hs-0.16.4.patch
--- old-tools/all-packages/patches/c2hs-0.16.4.patch	1970-01-01 00:00:00.000000000 +0000
+++ new-tools/all-packages/patches/c2hs-0.16.4.patch	2013-06-15 08:53:43.518041961 +0000
@@ -0,0 +1,15 @@
+Description: Patch to work with language-c-0.4.2
+Author: Joachim Breitner <nomeata at debian.org>
+Forwarded: http://hackage.haskell.org/trac/c2hs/ticket/39
+
+--- c2hs-0.16.3.orig/c2hs.cabal
++++ c2hs-0.16.3/c2hs.cabal
+@@ -41,7 +41,7 @@ flag base3
+ 
+ Executable c2hs
+     Build-Depends:  base >= 2 && < 5,
+-                    language-c >= 0.3.1.1 && < 0.4.0,
++                    language-c >= 0.3.1.1 && < 0.5,
+                     filepath
+ 
+     if flag(base3)




More information about the Pkg-haskell-commits mailing list