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

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


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

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

Sat Dec 20 19:29:14 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Do not depend on transformers, which now comes with GHC
diff -rN -u old-haskell-csv-conduit/changelog new-haskell-csv-conduit/changelog
--- old-haskell-csv-conduit/changelog	2014-12-22 13:44:08.306851382 +0000
+++ new-haskell-csv-conduit/changelog	2014-12-22 13:44:08.314851390 +0000
@@ -1,6 +1,7 @@
 haskell-csv-conduit (0.6.3-2) UNRELEASED; urgency=medium
 
   * Depend on haskell-devscripts 0.9, found in experimental
+  * Do not depend on transformers, which now comes with GHC
 
  -- Joachim Breitner <nomeata at debian.org>  Sat, 20 Dec 2014 16:56:46 +0100
 
diff -rN -u old-haskell-csv-conduit/control new-haskell-csv-conduit/control
--- old-haskell-csv-conduit/control	2014-12-22 13:44:08.306851382 +0000
+++ new-haskell-csv-conduit/control	2014-12-22 13:44:08.310851386 +0000
@@ -31,8 +31,6 @@
   , libghc-resourcet-prof
   , libghc-text-dev
   , libghc-text-prof
-  , libghc-transformers-dev
-  , libghc-transformers-prof
   , libghc-unordered-containers-dev
   , libghc-unordered-containers-prof
   , libghc-vector-dev
@@ -52,7 +50,6 @@
   , libghc-primitive-doc
   , libghc-resourcet-doc
   , libghc-text-doc
-  , libghc-transformers-doc
   , libghc-unordered-containers-doc
   , libghc-vector-doc
 Standards-Version: 3.9.5




More information about the Pkg-haskell-commits mailing list