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

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


Sat Dec 20 19:29:32 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:32 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Do not depend on transformers, which now comes with GHC
diff -rN -u old-haskell-language-python/changelog new-haskell-language-python/changelog
--- old-haskell-language-python/changelog	2014-12-22 14:29:33.129324456 +0000
+++ new-haskell-language-python/changelog	2014-12-22 14:29:33.133324459 +0000
@@ -1,6 +1,7 @@
 haskell-language-python (0.4.0-4) 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:57:52 +0100
 
diff -rN -u old-haskell-language-python/control new-haskell-language-python/control
--- old-haskell-language-python/control	2014-12-22 14:29:33.125324453 +0000
+++ new-haskell-language-python/control	2014-12-22 14:29:33.129324456 +0000
@@ -10,14 +10,10 @@
   , ghc-prof
   , happy
   , alex
-  , libghc-transformers-dev (>= 0.3)
-  , libghc-transformers-dev (<< 0.4)
-  , libghc-transformers-prof
   , libghc-monads-tf-dev (>= 0.1)
   , libghc-monads-tf-dev (<< 0.2)
   , libghc-monads-tf-prof
 Build-Depends-Indep: ghc-doc
-  , libghc-transformers-doc
   , libghc-monads-tf-doc
 Standards-Version: 3.9.5
 Homepage: http://hackage.haskell.org/package/language-python




More information about the Pkg-haskell-commits mailing list