[Pkg-haskell-commits] darcs: haskell-netwire: New upstream version 5.0.0.

Clint Adams clint at debian.org
Sun Dec 8 05:13:48 UTC 2013


Sun Dec  8 05:13:41 UTC 2013  Clint Adams <clint at debian.org>
  * New upstream version 5.0.0.

    M ./changelog +6
    M ./control -30 +10
    R ./patches/newer-kmett-libs.diff
    R ./patches/series

Sun Dec  8 05:13:41 UTC 2013  Clint Adams <clint at debian.org>
  * New upstream version 5.0.0.
diff -rN -u old-haskell-netwire/changelog new-haskell-netwire/changelog
--- old-haskell-netwire/changelog	2013-12-08 05:13:48.263030227 +0000
+++ new-haskell-netwire/changelog	2013-12-08 05:13:48.263030227 +0000
@@ -1,3 +1,9 @@
+haskell-netwire (5.0.0-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Clint Adams <clint at debian.org>  Sun, 08 Dec 2013 00:05:43 -0500
+
 haskell-netwire (4.0.7-4) unstable; urgency=low
 
   [ Joachim Breitner ]
diff -rN -u old-haskell-netwire/control new-haskell-netwire/control
--- old-haskell-netwire/control	2013-12-08 05:13:48.263030227 +0000
+++ new-haskell-netwire/control	2013-12-08 05:13:48.267030230 +0000
@@ -8,44 +8,24 @@
   , haskell-devscripts (>= 0.8.15)
   , ghc
   , ghc-prof
-  , libghc-bifunctors-dev (>> 0.1)
-  , libghc-bifunctors-dev (<< 5)
-  , libghc-bifunctors-prof
-  , libghc-lifted-base-dev (>> 0.1)
-  , libghc-lifted-base-dev (<< 1)
-  , libghc-lifted-base-prof
-  , libghc-monad-control-dev (>> 0.3.0)
-  , libghc-monad-control-dev (<< 1)
-  , libghc-monad-control-prof
-  , libghc-mtl-dev (>> 2.0)
-  , libghc-mtl-dev (<< 3)
-  , libghc-mtl-prof
-  , libghc-profunctors-dev (>> 0.1)
-  , libghc-profunctors-dev (<< 5)
-  , libghc-profunctors-prof
+  , libghc-parallel-dev (>= 3.2)
+  , libghc-parallel-dev (<< 4)
+  , libghc-parallel-prof
   , libghc-random-dev (>> 1.0)
   , libghc-random-dev (<< 2)
   , libghc-random-prof
-  , libghc-semigroups-dev (>> 0.8)
+  , libghc-semigroups-dev (>= 0.9)
   , libghc-semigroups-dev (<< 1)
   , libghc-semigroups-prof
-  , libghc-tagged-dev (>> 0.4)
-  , libghc-tagged-dev (<< 1)
-  , libghc-tagged-prof
-  , libghc-vector-space-dev (>> 0.8)
-  , libghc-vector-space-dev (<< 1)
-  , libghc-vector-space-prof
+  , libghc-transformers-dev (>= 0.3)
+  , libghc-transformers-dev (<< 1)
+  , libghc-transformers-prof
 Build-Depends-Indep: ghc-doc
-  , libghc-bifunctors-doc
-  , libghc-lifted-base-doc
-  , libghc-monad-control-doc
-  , libghc-mtl-doc
-  , libghc-profunctors-doc
+  , libghc-parallel-doc
   , libghc-random-doc
   , libghc-semigroups-doc
-  , libghc-tagged-doc
-  , libghc-vector-space-doc
-Standards-Version: 3.9.4
+  , libghc-transformers-doc
+Standards-Version: 3.9.5
 Homepage: http://hackage.haskell.org/package/netwire
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-netwire
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-netwire
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	2013-12-08 05:13:48.259030224 +0000
+++ new-haskell-netwire/patches/newer-kmett-libs.diff	1970-01-01 00:00:00.000000000 +0000
@@ -1,18 +0,0 @@
---- 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	2013-12-08 05:13:48.259030224 +0000
+++ new-haskell-netwire/patches/series	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-newer-kmett-libs.diff




More information about the Pkg-haskell-commits mailing list