[Pkg-haskell-commits] darcs: tools: Add transformers-compat-related patches
Joachim Breitner
mail at joachim-breitner.de
Sat Jun 15 11:55:41 UTC 2013
Sat Jun 15 11:55:23 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Add transformers-compat-related patches
A ./all-packages/patches/contravariant-0.4.1.patch
A ./all-packages/patches/distributive-0.3.patch
A ./all-packages/patches/lens-3.9.0.2.patch
Sat Jun 15 11:55:23 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Add transformers-compat-related patches
diff -rN -u old-tools/all-packages/patches/contravariant-0.4.1.patch new-tools/all-packages/patches/contravariant-0.4.1.patch
--- old-tools/all-packages/patches/contravariant-0.4.1.patch 1970-01-01 00:00:00.000000000 +0000
+++ new-tools/all-packages/patches/contravariant-0.4.1.patch 2013-06-15 11:55:41.379040734 +0000
@@ -0,0 +1,12 @@
+--- a/contravariant.cabal
++++ b/contravariant.cabal
+@@ -25,8 +25,7 @@
+ build-depends:
+ base < 5,
+ tagged >= 0.4.4 && < 1,
+- transformers >= 0.2 && < 0.4,
+- transformers-compat >= 0.1 && < 1
++ transformers >= 0.2 && < 0.4
+ exposed-modules:
+ Data.Functor.Contravariant
+ Data.Functor.Contravariant.Compose
diff -rN -u old-tools/all-packages/patches/distributive-0.3.patch new-tools/all-packages/patches/distributive-0.3.patch
--- old-tools/all-packages/patches/distributive-0.3.patch 1970-01-01 00:00:00.000000000 +0000
+++ new-tools/all-packages/patches/distributive-0.3.patch 2013-06-15 11:55:41.379040734 +0000
@@ -0,0 +1,12 @@
+--- a/distributive.cabal
++++ b/distributive.cabal
+@@ -33,8 +33,7 @@
+ library
+ build-depends:
+ base >= 4 && < 5,
+- transformers >= 0.2 && < 0.4,
+- transformers-compat >= 0.1 && < 0.2
++ transformers >= 0.3 && < 0.4
+
+ hs-source-dirs: src
+ exposed-modules: Data.Distributive
diff -rN -u old-tools/all-packages/patches/lens-3.9.0.2.patch new-tools/all-packages/patches/lens-3.9.0.2.patch
--- old-tools/all-packages/patches/lens-3.9.0.2.patch 1970-01-01 00:00:00.000000000 +0000
+++ new-tools/all-packages/patches/lens-3.9.0.2.patch 2013-06-15 11:55:41.383042637 +0000
@@ -0,0 +1,12 @@
+Index: haskell-lens-3.9.0.2/lens.cabal
+===================================================================
+--- haskell-lens-3.9.0.2.orig/lens.cabal 2013-06-15 13:44:08.673027452 +0200
++++ haskell-lens-3.9.0.2/lens.cabal 2013-06-15 13:44:08.669027452 +0200
+@@ -191,7 +191,6 @@
+ template-haskell >= 2.4 && < 2.10,
+ text >= 0.11 && < 0.12,
+ transformers >= 0.2 && < 0.4,
+- transformers-compat >= 0.1 && < 1,
+ unordered-containers >= 0.2 && < 0.3,
+ vector >= 0.9 && < 0.11,
+ void >= 0.5 && < 1
More information about the Pkg-haskell-commits
mailing list