[package-plan] 02/02: Mark mtl-compat as avoid
Joachim Breitner
nomeata at moszumanska.debian.org
Fri Dec 11 09:06:14 UTC 2015
This is an automated email from the git hooks/post-receive script.
nomeata pushed a commit to branch master
in repository package-plan.
commit a8a967c0cfc4850ed14704573e2744113ac83edd
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Fri Dec 11 10:06:00 2015 +0100
Mark mtl-compat as avoid
---
packages.txt | 2 +-
patches/haxr/3000.11.1.2/no-mtl-compat | 12 ++++++++++++
patches/haxr/3000.11.1.2/series | 1 +
patches/hledger-lib/0.26/no-mtl-compat | 22 ++++++++++++++++++++++
patches/hledger-lib/0.26/series | 1 +
patches/hledger/0.26/no-mtl-compat | 32 ++++++++++++++++++++++++++++++++
patches/hledger/0.26/series | 1 +
7 files changed, 70 insertions(+), 1 deletion(-)
diff --git a/packages.txt b/packages.txt
index f5548a3..a8ca189 100644
--- a/packages.txt
+++ b/packages.txt
@@ -466,7 +466,7 @@ monoid-extras 0.4.0.3
monoid-subclasses 0.4.1.2
mono-traversable 0.9.3
mtl 2.2.1
-mtl-compat 0.2.1.3
+mtl-compat 0.2.1.3 avoid
mtlparse 0.1.4.0
mueval 0.9.1.1.2 key # we should keep this or lambdabot
multipart 0.1.2
diff --git a/patches/haxr/3000.11.1.2/no-mtl-compat b/patches/haxr/3000.11.1.2/no-mtl-compat
new file mode 100644
index 0000000..f50af19
--- /dev/null
+++ b/patches/haxr/3000.11.1.2/no-mtl-compat
@@ -0,0 +1,12 @@
+--- a/haxr.cabal
++++ b/haxr.cabal
+@@ -34,8 +34,7 @@
+ Library
+ Build-depends: base < 5,
+ base-compat >= 0.8 && < 0.9,
+- mtl,
+- mtl-compat,
++ mtl >= 2.2.1,
+ network < 2.7,
+ http-streams,
+ HsOpenSSL,
diff --git a/patches/haxr/3000.11.1.2/series b/patches/haxr/3000.11.1.2/series
new file mode 100644
index 0000000..cc4c0b8
--- /dev/null
+++ b/patches/haxr/3000.11.1.2/series
@@ -0,0 +1 @@
+no-mtl-compat
diff --git a/patches/hledger-lib/0.26/no-mtl-compat b/patches/hledger-lib/0.26/no-mtl-compat
new file mode 100644
index 0000000..d820ace
--- /dev/null
+++ b/patches/hledger-lib/0.26/no-mtl-compat
@@ -0,0 +1,22 @@
+--- a/hledger-lib.cabal
++++ b/hledger-lib.cabal
+@@ -100,8 +100,7 @@
+ ,Decimal
+ ,directory
+ ,filepath
+- ,mtl
+- ,mtl-compat
++ ,mtl >= 2.2.1
+ ,old-time
+ ,parsec >= 3
+ ,regex-tdfa
+@@ -138,8 +137,7 @@
+ , directory
+ , filepath
+ , HUnit
+- , mtl
+- , mtl-compat
++ , mtl >= 2.2.1
+ , old-time
+ , parsec >= 3
+ , regex-tdfa
diff --git a/patches/hledger-lib/0.26/series b/patches/hledger-lib/0.26/series
new file mode 100644
index 0000000..cc4c0b8
--- /dev/null
+++ b/patches/hledger-lib/0.26/series
@@ -0,0 +1 @@
+no-mtl-compat
diff --git a/patches/hledger/0.26/no-mtl-compat b/patches/hledger/0.26/no-mtl-compat
new file mode 100644
index 0000000..4cdd992
--- /dev/null
+++ b/patches/hledger/0.26/no-mtl-compat
@@ -0,0 +1,32 @@
+--- a/hledger.cabal
++++ b/hledger.cabal
+@@ -82,8 +82,7 @@
+ ,filepath
+ ,haskeline >= 0.6 && <= 0.8
+ ,HUnit
+- ,mtl
+- ,mtl-compat
++ ,mtl >= 2.2.1
+ ,old-time
+ ,parsec >= 3
+ ,process
+@@ -137,8 +136,7 @@
+ ,filepath
+ ,haskeline >= 0.6 && <= 0.8
+ ,HUnit
+- ,mtl
+- ,mtl-compat
++ ,mtl >= 2.2.1
+ ,old-time
+ ,parsec >= 3
+ ,process
+@@ -184,8 +182,7 @@
+ , filepath
+ , haskeline
+ , HUnit
+- , mtl
+- , mtl-compat
++ , mtl >= 2.2.1
+ , old-time
+ , parsec >= 3
+ , process
diff --git a/patches/hledger/0.26/series b/patches/hledger/0.26/series
new file mode 100644
index 0000000..cc4c0b8
--- /dev/null
+++ b/patches/hledger/0.26/series
@@ -0,0 +1 @@
+no-mtl-compat
--
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