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

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


Sat Dec 20 19:29:31 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:31 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Do not depend on transformers, which now comes with GHC
diff -rN -u old-haskell-juicypixels/changelog new-haskell-juicypixels/changelog
--- old-haskell-juicypixels/changelog	2014-12-22 14:28:27.433269282 +0000
+++ new-haskell-juicypixels/changelog	2014-12-22 14:28:27.441269288 +0000
@@ -1,6 +1,7 @@
 haskell-juicypixels (3.1.7.1-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:57:50 +0100
 
diff -rN -u old-haskell-juicypixels/control new-haskell-juicypixels/control
--- old-haskell-juicypixels/control	2014-12-22 14:28:27.433269282 +0000
+++ new-haskell-juicypixels/control	2014-12-22 14:28:27.437269285 +0000
@@ -13,8 +13,6 @@
   , libghc-mtl-prof
   , libghc-primitive-dev (>= 0.4)
   , libghc-primitive-prof
-  , libghc-transformers-dev (>= 0.2)
-  , libghc-transformers-prof
   , libghc-vector-dev (>= 0.9)
   , libghc-vector-dev (<< 0.11)
   , libghc-vector-prof
@@ -24,7 +22,6 @@
 Build-Depends-Indep: ghc-doc
   , libghc-mtl-doc
   , libghc-primitive-doc
-  , libghc-transformers-doc
   , libghc-vector-doc
   , libghc-zlib-doc
 Standards-Version: 3.9.5




More information about the Pkg-haskell-commits mailing list