[Pkg-haskell-commits] darcs: haskell-pipes: New upstream version 4.1.2.
Clint Adams
clint at debian.org
Tue Jul 15 16:48:59 UTC 2014
Tue Jul 15 16:48:50 UTC 2014 Clint Adams <clint at debian.org>
* New upstream version 4.1.2.
M ./changelog -2 +6
M ./control -2 +2
R ./patches/series
R ./patches/unthreaded-tests.diff
Tue Jul 15 16:48:50 UTC 2014 Clint Adams <clint at debian.org>
* New upstream version 4.1.2.
diff -rN -u old-haskell-pipes/changelog new-haskell-pipes/changelog
--- old-haskell-pipes/changelog 2014-07-15 16:48:59.659101203 +0000
+++ new-haskell-pipes/changelog 2014-07-15 16:48:59.659101203 +0000
@@ -1,8 +1,12 @@
-haskell-pipes (4.1.0-2) UNRELEASED; urgency=medium
+haskell-pipes (4.1.2-1) unstable; urgency=medium
+ [ Joachim Breitner ]
* Remove useless dependency on libghc-void-*
- -- Joachim Breitner <nomeata at debian.org> Mon, 10 Feb 2014 09:23:09 +0000
+ [ Clint Adams ]
+ * New upstream version.
+
+ -- Clint Adams <clint at debian.org> Tue, 15 Jul 2014 12:43:10 -0400
haskell-pipes (4.1.0-1) unstable; urgency=medium
diff -rN -u old-haskell-pipes/control new-haskell-pipes/control
--- old-haskell-pipes/control 2014-07-15 16:48:59.659101203 +0000
+++ new-haskell-pipes/control 2014-07-15 16:48:59.663101207 +0000
@@ -12,10 +12,10 @@
, libghc-mmorph-dev (<< 1.1)
, libghc-mmorph-prof
, libghc-mtl-dev (>= 2.0.1.0)
- , libghc-mtl-dev (<< 2.2)
+ , libghc-mtl-dev (<< 2.3)
, libghc-mtl-prof
, libghc-transformers-dev (>= 0.2.0.0)
- , libghc-transformers-dev (<< 0.4)
+ , libghc-transformers-dev (<< 0.5)
, libghc-transformers-prof
, libghc-quickcheck2-dev (>= 2.4)
, libghc-test-framework-dev (>= 0.4)
diff -rN -u old-haskell-pipes/patches/series new-haskell-pipes/patches/series
--- old-haskell-pipes/patches/series 2014-07-15 16:48:59.655101200 +0000
+++ new-haskell-pipes/patches/series 1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-unthreaded-tests.diff
diff -rN -u old-haskell-pipes/patches/unthreaded-tests.diff new-haskell-pipes/patches/unthreaded-tests.diff
--- old-haskell-pipes/patches/unthreaded-tests.diff 2014-07-15 16:48:59.655101200 +0000
+++ new-haskell-pipes/patches/unthreaded-tests.diff 1970-01-01 00:00:00.000000000 +0000
@@ -1,11 +0,0 @@
---- a/pipes.cabal
-+++ b/pipes.cabal
-@@ -75,7 +75,7 @@
- Type: exitcode-stdio-1.0
- HS-Source-Dirs: tests
- Main-Is: Main.hs
-- GHC-Options: -Wall -threaded -rtsopts -with-rtsopts=-N -fno-warn-missing-signatures
-+ GHC-Options: -Wall -rtsopts -fno-warn-missing-signatures
-
- Build-Depends:
- base >= 4 && < 5 ,
More information about the Pkg-haskell-commits
mailing list