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

Joachim Breitner mail at joachim-breitner.de
Mon Dec 22 13:51:35 UTC 2014


Sat Dec 20 19:29:17 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:17 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Do not depend on transformers, which now comes with GHC
diff -rN -u old-haskell-doctest/changelog new-haskell-doctest/changelog
--- old-haskell-doctest/changelog	2014-12-22 13:51:35.231291497 +0000
+++ new-haskell-doctest/changelog	2014-12-22 13:51:35.235291501 +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:23 +0100
 
diff -rN -u old-haskell-doctest/control new-haskell-doctest/control
--- old-haskell-doctest/control	2014-12-22 13:51:35.231291497 +0000
+++ new-haskell-doctest/control	2014-12-22 13:51:35.235291501 +0000
@@ -13,8 +13,6 @@
              , libghc-syb-dev (>> 0.3)
              , libghc-syb-dev (<< 0.5)
              , libghc-syb-prof
-             , libghc-transformers-dev
-             , libghc-transformers-prof
 #            , libghc-hunit-dev (>> 1.2)
 #            , libghc-hunit-dev (<< 1.3)
 #            , libghc-hspec-dev (>> 1.3)
@@ -25,7 +23,6 @@
 Build-Depends-Indep: ghc-doc
                    , libghc-ghc-paths-doc
                    , libghc-syb-doc
-                   , libghc-transformers-doc
 Standards-Version: 3.9.4
 Homepage: https://github.com/sol/doctest-haskell
 




More information about the Pkg-haskell-commits mailing list