[Pkg-haskell-commits] darcs: haskell-netwire: Newer bifunctors and profunctors.
Clint Adams
clint at debian.org
Sun Nov 10 17:14:04 UTC 2013
Sun Nov 10 17:13:52 UTC 2013 Clint Adams <clint at debian.org>
* Newer bifunctors and profunctors.
M ./changelog -2 +6
M ./control -2 +2
A ./patches/
A ./patches/newer-kmett-libs.diff
A ./patches/series
Sun Nov 10 17:13:52 UTC 2013 Clint Adams <clint at debian.org>
* Newer bifunctors and profunctors.
diff -rN -u old-haskell-netwire/changelog new-haskell-netwire/changelog
--- old-haskell-netwire/changelog 2013-11-10 17:14:04.381540850 +0000
+++ new-haskell-netwire/changelog 2013-11-10 17:14:04.438174947 +0000
@@ -1,8 +1,12 @@
-haskell-netwire (4.0.7-4) UNRELEASED; urgency=low
+haskell-netwire (4.0.7-4) unstable; urgency=low
+ [ Joachim Breitner ]
* Adjust watch file to new hackage layout
- -- Joachim Breitner <nomeata at debian.org> Sat, 05 Oct 2013 18:21:08 +0200
+ [ Clint Adams ]
+ * Patch for newer profunctors and bifunctors.
+
+ -- Clint Adams <clint at debian.org> Sun, 10 Nov 2013 12:02:03 -0500
haskell-netwire (4.0.7-3) unstable; urgency=low
diff -rN -u old-haskell-netwire/control new-haskell-netwire/control
--- old-haskell-netwire/control 2013-11-10 17:14:04.165939515 +0000
+++ new-haskell-netwire/control 2013-11-10 17:14:04.442167981 +0000
@@ -9,7 +9,7 @@
, ghc
, ghc-prof
, libghc-bifunctors-dev (>> 0.1)
- , libghc-bifunctors-dev (<< 4)
+ , libghc-bifunctors-dev (<< 5)
, libghc-bifunctors-prof
, libghc-lifted-base-dev (>> 0.1)
, libghc-lifted-base-dev (<< 1)
@@ -21,7 +21,7 @@
, libghc-mtl-dev (<< 3)
, libghc-mtl-prof
, libghc-profunctors-dev (>> 0.1)
- , libghc-profunctors-dev (<< 4)
+ , libghc-profunctors-dev (<< 5)
, libghc-profunctors-prof
, libghc-random-dev (>> 1.0)
, libghc-random-dev (<< 2)
diff -rN -u old-haskell-netwire/patches/newer-kmett-libs.diff new-haskell-netwire/patches/newer-kmett-libs.diff
--- old-haskell-netwire/patches/newer-kmett-libs.diff 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-netwire/patches/newer-kmett-libs.diff 2013-11-10 17:14:04.442167981 +0000
@@ -0,0 +1,18 @@
+--- a/netwire.cabal
++++ b/netwire.cabal
+@@ -21,13 +21,13 @@
+ Library
+ Build-depends:
+ base >= 4.0 && < 5,
+- bifunctors >= 0.1 && < 4,
++ bifunctors >= 0.1 && < 5,
+ containers >= 0.4 && < 1,
+ deepseq >= 1.3 && < 2,
+ lifted-base >= 0.1 && < 1,
+ monad-control >= 0.3 && < 1,
+ mtl >= 2.0 && < 3,
+- profunctors >= 0.1 && < 4,
++ profunctors >= 0.1 && < 5,
+ random >= 1.0 && < 2,
+ semigroups >= 0.8 && < 1,
+ tagged >= 0.4 && < 1,
diff -rN -u old-haskell-netwire/patches/series new-haskell-netwire/patches/series
--- old-haskell-netwire/patches/series 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-netwire/patches/series 2013-11-10 17:14:04.442167981 +0000
@@ -0,0 +1 @@
+newer-kmett-libs.diff
More information about the Pkg-haskell-commits
mailing list