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

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


Sat Dec 20 19:29:50 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:50 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Do not depend on transformers, which now comes with GHC
diff -rN -u old-haskell-streaming-commons/changelog new-haskell-streaming-commons/changelog
--- old-haskell-streaming-commons/changelog	2014-12-22 15:04:37.614582329 +0000
+++ new-haskell-streaming-commons/changelog	2014-12-22 15:04:37.618582331 +0000
@@ -1,6 +1,7 @@
 haskell-streaming-commons (0.1.4.1-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:59:00 +0100
 
diff -rN -u old-haskell-streaming-commons/control new-haskell-streaming-commons/control
--- old-haskell-streaming-commons/control	2014-12-22 15:04:37.614582329 +0000
+++ new-haskell-streaming-commons/control	2014-12-22 15:04:37.614582329 +0000
@@ -19,8 +19,6 @@
   , libghc-stm-prof
   , libghc-text-dev
   , libghc-text-prof
-  , libghc-transformers-dev
-  , libghc-transformers-prof
   , libghc-zlib-dev
   , libghc-zlib-prof
   , libghc-hspec-dev (>= 1.8)
@@ -32,7 +30,6 @@
   , libghc-random-doc
   , libghc-stm-doc
   , libghc-text-doc
-  , libghc-transformers-doc
   , libghc-zlib-doc
 Standards-Version: 3.9.5
 Homepage: http://hackage.haskell.org/package/streaming-commons




More information about the Pkg-haskell-commits mailing list