[Pkg-haskell-commits] [package-plan] 01/01: Patch leksah
Joachim Breitner
nomeata at moszumanska.debian.org
Wed Jul 30 21:17:49 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 dccdf74363449bffe382d41f38fca4012ed8427c
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Wed Jul 30 23:17:31 2014 +0200
Patch leksah
---
packages.txt | 2 +-
...quickcheck-2.6-compat.patch => quickcheck-2.7-compat.patch} | 10 +++++-----
patches/leksah/0.12.1.3/series | 2 +-
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/packages.txt b/packages.txt
index 0eab11a..a11c677 100644
--- a/packages.txt
+++ b/packages.txt
@@ -384,7 +384,7 @@ language-javascript 0.5.13
largeword 1.0.5
lazysmallcheck 0.6
LDAP 0.6.9
-leksah 0.12.1.3 binary needs updates for quickcheck and conduit: https://code.google.com/p/leksah/issues/detail?id=290&start=100#makechanges
+leksah 0.12.1.3 binary
leksah-server 0.12.1.2
lens 4.1.2.1
lhs2tex 1.18.1 binary
diff --git a/patches/leksah/0.12.1.3/quickcheck-2.6-compat.patch b/patches/leksah/0.12.1.3/quickcheck-2.7-compat.patch
similarity index 82%
rename from patches/leksah/0.12.1.3/quickcheck-2.6-compat.patch
rename to patches/leksah/0.12.1.3/quickcheck-2.7-compat.patch
index 17956f4..359d544 100644
--- a/patches/leksah/0.12.1.3/quickcheck-2.6-compat.patch
+++ b/patches/leksah/0.12.1.3/quickcheck-2.7-compat.patch
@@ -1,13 +1,13 @@
Index: haskell-leksah-0.12.1.3/leksah.cabal
===================================================================
---- haskell-leksah-0.12.1.3.orig/leksah.cabal 2013-06-15 12:21:07.213207754 +0200
-+++ haskell-leksah-0.12.1.3/leksah.cabal 2013-06-15 12:21:32.333206844 +0200
+--- haskell-leksah-0.12.1.3.orig/leksah.cabal 2014-07-30 23:13:54.631847283 +0200
++++ haskell-leksah-0.12.1.3/leksah.cabal 2014-07-30 23:14:18.379848280 +0200
@@ -123,7 +123,7 @@
hslogger >= 1.0.7 && <1.3, leksah-server >=0.12.1.2 && <0.13, network >= 2.2 && <3.0,
ghc >=6.10.1 && <7.7, strict >= 0.3.2 && <0.4, enumerator >=0.4.14 && <0.5, text >= 0.11.1.5 && < 0.12,
gio >=0.12.2 && <0.13, transformers >=0.2.2.0 && <0.4,
- QuickCheck >=2.4.2 && <2.6
-+ QuickCheck >=2.4.2 && <2.7
++ QuickCheck >=2.4.2 && <2.8
exposed-modules:
IDE.Leksah IDE.Completion IDE.ImportTool
@@ -16,7 +16,7 @@ Index: haskell-leksah-0.12.1.3/leksah.cabal
ghc >=6.10.1 && <7.7, strict >= 0.3.2 && <0.4, enumerator >=0.4.14 && <0.5, text >= 0.11.1.5 && < 0.12,
gio >=0.12.2 && <0.13, transformers >=0.2.2.0 && <0.4,
- QuickCheck >=2.4.2 && <2.6
-+ QuickCheck >=2.4.2 && <2.7
++ QuickCheck >=2.4.2 && <2.8
else
hs-source-dirs: main
build-depends: leksah ==0.12.1.3, base >=4.0.0.0 && <= 5
@@ -25,7 +25,7 @@ Index: haskell-leksah-0.12.1.3/leksah.cabal
hs-source-dirs: tests
main-is: Tests.hs
- build-depends: base >= 4.0.0.0 && <4.7, Cabal >=1.6.0.1 && <1.17, QuickCheck >=2.4.2 && <2.6,
-+ build-depends: base >= 4.0.0.0 && <4.7, Cabal >=1.6.0.1 && <1.17, QuickCheck >=2.4.2 && <2.7,
++ build-depends: base >= 4.0.0.0 && <4.7, Cabal >=1.6.0.1 && <1.17, QuickCheck >=2.4.2 && <2.8,
leksah ==0.12.1.3
diff --git a/patches/leksah/0.12.1.3/series b/patches/leksah/0.12.1.3/series
index 2dbcd14..eef1d30 100644
--- a/patches/leksah/0.12.1.3/series
+++ b/patches/leksah/0.12.1.3/series
@@ -1,2 +1,2 @@
ghc-7.6-compatibility.patch
-quickcheck-2.6-compat.patch
+quickcheck-2.7-compat.patch
--
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