[Pkg-haskell-commits] darcs: haskell-conduit: Do not depend on transformers, which now comes with GHC

Joachim Breitner mail at joachim-breitner.de
Mon Dec 22 13:39:41 UTC 2014


Sat Dec 20 19:29:12 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Do not depend on transformers, which now comes with GHC

    M ./changelog +1
    M ./control -4

Sat Dec 20 19:29:12 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Do not depend on transformers, which now comes with GHC
diff -rN -u old-haskell-conduit/changelog new-haskell-conduit/changelog
--- old-haskell-conduit/changelog	2014-12-22 13:39:41.830577457 +0000
+++ new-haskell-conduit/changelog	2014-12-22 13:39:41.838577465 +0000
@@ -2,6 +2,7 @@
 
   * Depend on haskell-devscripts 0.9, found in experimental
   * New upstream release
+  * Do not depend on transformers, which now comes with GHC
 
  -- Joachim Breitner <nomeata at debian.org>  Sat, 20 Dec 2014 17:03:22 +0100
 
diff -rN -u old-haskell-conduit/control new-haskell-conduit/control
--- old-haskell-conduit/control	2014-12-22 13:39:41.830577457 +0000
+++ new-haskell-conduit/control	2014-12-22 13:39:41.838577465 +0000
@@ -22,9 +22,6 @@
   , libghc-resourcet-dev (>= 1.1)
   , libghc-resourcet-dev (<< 1.2)
   , libghc-resourcet-prof
-  , libghc-transformers-dev (>= 0.2.2)
-  , libghc-transformers-dev (<< 0.5)
-  , libghc-transformers-prof
   , libghc-transformers-base-dev (>= 0.4.1)
   , libghc-transformers-base-dev (<< 0.5)
   , libghc-transformers-base-prof
@@ -39,7 +36,6 @@
   , libghc-monad-control-doc
   , libghc-mtl-doc
   , libghc-resourcet-doc
-  , libghc-transformers-doc
   , libghc-transformers-base-doc
   , libghc-void-doc
 Standards-Version: 3.9.5




More information about the Pkg-haskell-commits mailing list