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

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


Sat Dec 20 19:29:35 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:35 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Do not depend on transformers, which now comes with GHC
diff -rN -u old-haskell-monadcatchio-transformers/changelog new-haskell-monadcatchio-transformers/changelog
--- old-haskell-monadcatchio-transformers/changelog	2014-12-22 14:34:22.877565498 +0000
+++ new-haskell-monadcatchio-transformers/changelog	2014-12-22 14:34:22.885565504 +0000
@@ -1,6 +1,7 @@
 haskell-monadcatchio-transformers (0.3.1.0-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:58:03 +0100
 
diff -rN -u old-haskell-monadcatchio-transformers/control new-haskell-monadcatchio-transformers/control
--- old-haskell-monadcatchio-transformers/control	2014-12-22 14:34:22.877565498 +0000
+++ new-haskell-monadcatchio-transformers/control	2014-12-22 14:34:22.881565501 +0000
@@ -6,9 +6,6 @@
 Build-Depends: cdbs, debhelper (>= 9), haskell-devscripts (>= 0.9)
   , ghc
   , ghc-prof
-  , libghc-transformers-dev (>> 0.2)
-  , libghc-transformers-dev (<< 0.4)
-  , libghc-transformers-prof
   , libghc-extensible-exceptions-dev (>> 0.1)
   , libghc-extensible-exceptions-dev (<< 0.2)
   , libghc-extensible-exceptions-prof
@@ -16,7 +13,6 @@
   , libghc-monads-tf-dev (<< 0.2)
   , libghc-monads-tf-prof
 Build-Depends-Indep: ghc-doc
-  , libghc-transformers-doc
   , libghc-extensible-exceptions-doc
   , libghc-monads-tf-doc
 Standards-Version: 3.9.4




More information about the Pkg-haskell-commits mailing list