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

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


Sat Dec 20 19:29:58 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:58 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Do not depend on transformers, which now comes with GHC
diff -rN -u old-haskell-yesod/changelog new-haskell-yesod/changelog
--- old-haskell-yesod/changelog	2014-12-22 15:22:22.371028323 +0000
+++ new-haskell-yesod/changelog	2014-12-22 15:22:22.379028328 +0000
@@ -2,6 +2,7 @@
 
   * Depend on haskell-devscripts 0.9, found in experimental
   * New upstream release
+  * Do not depend on transformers, which now comes with GHC
 
  -- Joachim Breitner <nomeata at debian.org>  Sat, 20 Dec 2014 17:03:41 +0100
 
diff -rN -u old-haskell-yesod/control new-haskell-yesod/control
--- old-haskell-yesod/control	2014-12-22 15:22:22.371028323 +0000
+++ new-haskell-yesod/control	2014-12-22 15:22:22.379028328 +0000
@@ -40,8 +40,6 @@
   , ghc-ghci
   , libghc-text-dev
   , libghc-text-prof
-  , libghc-transformers-dev (>= 0.2.2)
-  , libghc-transformers-prof
   , libghc-unordered-containers-dev
   , libghc-unordered-containers-prof
   , libghc-wai-dev (>= 1.3)
@@ -80,7 +78,6 @@
   , libghc-shakespeare-js-doc
   , libghc-streaming-commons-doc
   , libghc-text-doc
-  , libghc-transformers-doc
   , libghc-unordered-containers-doc
   , libghc-wai-doc
   , libghc-wai-extra-doc




More information about the Pkg-haskell-commits mailing list