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

Joachim Breitner mail at joachim-breitner.de
Mon Dec 22 14:55:59 UTC 2014


Sat Dec 20 19:29:47 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:47 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Do not depend on transformers, which now comes with GHC
diff -rN -u old-haskell-resource-pool/changelog new-haskell-resource-pool/changelog
--- old-haskell-resource-pool/changelog	2014-12-22 14:55:59.610372426 +0000
+++ new-haskell-resource-pool/changelog	2014-12-22 14:55:59.614372428 +0000
@@ -2,6 +2,7 @@
 
   * Adjust watch file to new hackage layout
   * 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, 05 Oct 2013 18:21:33 +0200
 
diff -rN -u old-haskell-resource-pool/control new-haskell-resource-pool/control
--- old-haskell-resource-pool/control	2014-12-22 14:55:59.610372426 +0000
+++ new-haskell-resource-pool/control	2014-12-22 14:55:59.610372426 +0000
@@ -14,8 +14,6 @@
   , libghc-monad-control-prof
   , libghc-stm-dev
   , libghc-stm-prof
-  , libghc-transformers-dev
-  , libghc-transformers-prof
   , libghc-transformers-base-dev (>> 0.4)
   , libghc-transformers-base-prof
   , libghc-vector-dev (>> 0.7)
@@ -24,7 +22,6 @@
   , libghc-hashable-doc
   , libghc-monad-control-doc
   , libghc-stm-doc
-  , libghc-transformers-doc
   , libghc-transformers-base-doc
   , libghc-vector-doc
 Standards-Version: 3.9.4




More information about the Pkg-haskell-commits mailing list