[Pkg-haskell-commits] [package-plan] 02/02: Also add Clint's config-value patches

Joachim Breitner nomeata at moszumanska.debian.org
Sun Apr 5 16:44:18 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 a1a7c01626c7903d417105f8cd42890edf7c0bb5
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Sun Apr 5 17:04:59 2015 +0200

    Also add Clint's config-value patches
---
 patches/config-value/0.4/older-libs.diff | 19 +++++++++++++++++++
 patches/config-value/0.4/series          |  1 +
 2 files changed, 20 insertions(+)

diff --git a/patches/config-value/0.4/older-libs.diff b/patches/config-value/0.4/older-libs.diff
new file mode 100644
index 0000000..a4eeb2d
--- /dev/null
+++ b/patches/config-value/0.4/older-libs.diff
@@ -0,0 +1,19 @@
+--- a/config-value.cabal
++++ b/config-value.cabal
+@@ -32,11 +32,11 @@
+                        Config.Pretty,
+                        Config.Value
+ 
+-  build-depends:       base       >= 4.7     && < 4.9,
+-                       array      >= 0.5     && < 0.6,
+-                       bytestring >= 0.10.4  && < 0.11,
+-                       pretty     >= 1.1.1.1 && < 1.2,
+-                       text       >= 1.2.0.4 && < 1.3,
++  build-depends:       base       >= 4.6     && < 4.9,
++                       array      >= 0.4     && < 0.6,
++                       bytestring,
++                       pretty,
++                       text       >= 0.10.3  && < 1.3,
+                        transformers >= 0.3   && < 0.5
+ 
+   hs-source-dirs:      src
diff --git a/patches/config-value/0.4/series b/patches/config-value/0.4/series
new file mode 100644
index 0000000..4ef8497
--- /dev/null
+++ b/patches/config-value/0.4/series
@@ -0,0 +1 @@
+older-libs.diff

-- 
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