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

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


Sat Dec 20 19:29:48 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:48 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Do not depend on transformers, which now comes with GHC
diff -rN -u old-haskell-shake/changelog new-haskell-shake/changelog
--- old-haskell-shake/changelog	2014-12-22 14:59:38.242467476 +0000
+++ new-haskell-shake/changelog	2014-12-22 14:59:38.250467478 +0000
@@ -1,6 +1,7 @@
 haskell-shake (0.13.2+dfsg-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:58:48 +0100
 
diff -rN -u old-haskell-shake/control new-haskell-shake/control
--- old-haskell-shake/control	2014-12-22 14:59:38.242467476 +0000
+++ new-haskell-shake/control	2014-12-22 14:59:38.246467477 +0000
@@ -12,8 +12,6 @@
   , libghc-hashable-prof
   , libghc-random-dev
   , libghc-random-prof
-  , libghc-transformers-dev (>= 0.2)
-  , libghc-transformers-prof
   , libghc-unordered-containers-dev (>= 0.2.1)
   , libghc-unordered-containers-prof
   , libghc-utf8-string-dev (>= 0.3)
@@ -25,7 +23,6 @@
 Build-Depends-Indep: ghc-doc
   , libghc-hashable-doc
   , libghc-random-doc
-  , libghc-transformers-doc
   , libghc-unordered-containers-doc
   , libghc-utf8-string-doc
 Standards-Version: 3.9.5




More information about the Pkg-haskell-commits mailing list