[Pkg-haskell-commits] [package-plan] 131/457: Add transformers-compat-related patches
Joachim Breitner
nomeata at moszumanska.debian.org
Mon Apr 14 20:05:18 UTC 2014
This is an automated email from the git hooks/post-receive script.
nomeata pushed a commit to branch master
in repository package-plan.
commit 9fb1abb9805afb67cd24f8cf832df5b55a49dd5d
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Sat Jun 15 11:55:23 2013 +0000
Add transformers-compat-related patches
---
patches/contravariant-0.4.1.patch | 12 ++++++++++++
patches/distributive-0.3.patch | 12 ++++++++++++
patches/lens-3.9.0.2.patch | 12 ++++++++++++
3 files changed, 36 insertions(+)
diff --git a/patches/contravariant-0.4.1.patch b/patches/contravariant-0.4.1.patch
new file mode 100644
index 0000000..ad0a365
--- /dev/null
+++ b/patches/contravariant-0.4.1.patch
@@ -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 --git a/patches/distributive-0.3.patch b/patches/distributive-0.3.patch
new file mode 100644
index 0000000..2ec014d
--- /dev/null
+++ b/patches/distributive-0.3.patch
@@ -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 --git a/patches/lens-3.9.0.2.patch b/patches/lens-3.9.0.2.patch
new file mode 100644
index 0000000..138a3c5
--- /dev/null
+++ b/patches/lens-3.9.0.2.patch
@@ -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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/package-plan.git
More information about the Pkg-haskell-commits
mailing list