[Pkg-haskell-commits] darcs: darcs: Patch to allow terminfo-0.4
Joachim Breitner
mail at joachim-breitner.de
Thu May 7 08:50:29 UTC 2015
Thu May 7 08:45:46 UTC 2015 Joachim Breitner <mail at joachim-breitner.de>
* Patch to allow terminfo-0.4
A ./patches/relax-terminfo-dependency
M ./patches/series +1
Thu May 7 08:45:46 UTC 2015 Joachim Breitner <mail at joachim-breitner.de>
* Patch to allow terminfo-0.4
diff -rN -u old-darcs/patches/relax-terminfo-dependency new-darcs/patches/relax-terminfo-dependency
--- old-darcs/patches/relax-terminfo-dependency 1970-01-01 00:00:00.000000000 +0000
+++ new-darcs/patches/relax-terminfo-dependency 2015-05-07 08:50:28.959739423 +0000
@@ -0,0 +1,22 @@
+Index: darcs-2.8.5/darcs.cabal
+===================================================================
+--- darcs-2.8.5.orig/darcs.cabal 2015-05-07 10:43:00.655962113 +0200
++++ darcs-2.8.5/darcs.cabal 2015-05-07 10:43:58.365565650 +0200
+@@ -453,7 +453,7 @@
+
+ -- The terminfo package cannot be built on Windows.
+ if flag(terminfo) && !os(windows)
+- build-depends: terminfo == 0.3.*
++ build-depends: terminfo >= 0.3
+ cpp-options: -DHAVE_TERMINFO
+
+ if flag(color)
+@@ -616,7 +616,7 @@
+
+ -- The terminfo package cannot be built on Windows.
+ if flag(terminfo) && !os(windows)
+- build-depends: terminfo == 0.3.*
++ build-depends: terminfo >= 0.3
+ cpp-options: -DHAVE_TERMINFO
+
+ if flag(color)
diff -rN -u old-darcs/patches/series new-darcs/patches/series
--- old-darcs/patches/series 2015-05-07 08:50:28.943739422 +0000
+++ new-darcs/patches/series 2015-05-07 08:50:28.959739423 +0000
@@ -1 +1,2 @@
+relax-terminfo-dependency
use-sensible-editor
More information about the Pkg-haskell-commits
mailing list