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

Joachim Breitner mail at joachim-breitner.de
Mon Dec 22 15:21:18 UTC 2014


Sat Dec 20 19:29:56 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:56 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Do not depend on transformers, which now comes with GHC
diff -rN -u old-haskell-xml-conduit/changelog new-haskell-xml-conduit/changelog
--- old-haskell-xml-conduit/changelog	2014-12-22 15:21:18.062999894 +0000
+++ new-haskell-xml-conduit/changelog	2014-12-22 15:21:18.066999895 +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:41 +0100
 
diff -rN -u old-haskell-xml-conduit/control new-haskell-xml-conduit/control
--- old-haskell-xml-conduit/control	2014-12-22 15:21:18.062999894 +0000
+++ new-haskell-xml-conduit/control	2014-12-22 15:21:18.062999894 +0000
@@ -35,9 +35,6 @@
   , libghc-system-filepath-prof
   , libghc-text-dev (>= 0.7)
   , libghc-text-prof
-  , libghc-transformers-dev (>= 0.2)
-  , libghc-transformers-dev (<< 0.5)
-  , libghc-transformers-prof
   , libghc-xml-types-dev (>= 0.3.4)
   , libghc-xml-types-dev (<< 0.4)
   , libghc-xml-types-prof
@@ -55,7 +52,6 @@
   , libghc-resourcet-doc
   , libghc-system-filepath-doc
   , libghc-text-doc
-  , libghc-transformers-doc
   , libghc-xml-types-doc
 Standards-Version: 3.9.5
 Homepage: http://hackage.haskell.org/package/xml-conduit




More information about the Pkg-haskell-commits mailing list