[Pkg-haskell-commits] darcs: haskell-leksah: Add a backported upstream patch for GHC 7.6 compatibility and update build-deps accordingly
Iain Lane
laney at debian.org
Sat Apr 13 22:41:09 UTC 2013
Sat Apr 13 22:32:30 UTC 2013 Iain Lane <laney at debian.org>
* Add a backported upstream patch for GHC 7.6 compatibility and update build-deps accordingly
Ignore-this: 722682f89cd6573f1b21be2bba45e0a4
Remove bump-mtl-dependency patch which is superseded by the above patch.
M ./changelog -1 +7
M ./control -2 +2
R ./patches/bump-mtl-dependency
M ./patches/series -1 +1
Sat Apr 13 22:32:30 UTC 2013 Iain Lane <laney at debian.org>
* Add a backported upstream patch for GHC 7.6 compatibility and update build-deps accordingly
Ignore-this: 722682f89cd6573f1b21be2bba45e0a4
Remove bump-mtl-dependency patch which is superseded by the above patch.
diff -rN -u old-haskell-leksah//changelog new-haskell-leksah//changelog
--- old-haskell-leksah//changelog 2013-04-13 22:41:09.703022203 +0000
+++ new-haskell-leksah//changelog 2013-04-13 22:41:09.727022526 +0000
@@ -1,11 +1,17 @@
haskell-leksah (0.12.1.3-1) UNRELEASED; urgency=low
+ [ Joachim Breitner ]
* Depend on haskell-devscripts 0.8.13 to ensure this packages is built
against experimental
* Bump standards version, no change
* New upstream release
- -- Joachim Breitner <nomeata at debian.org> Sun, 02 Dec 2012 22:05:09 +0100
+ [ Iain Lane ]
+ * Add a backported upstream patch for GHC 7.6 compatibility and update
+ build-deps accordingly.
+ * Remove bump-mtl-dependency patch which is superseded by the above patch.
+
+ -- Iain Lane <laney at debian.org> Sat, 13 Apr 2013 22:30:38 +0000
haskell-leksah (0.12.0.3-3) unstable; urgency=low
diff -rN -u old-haskell-leksah//control new-haskell-leksah//control
--- old-haskell-leksah//control 2013-04-13 22:41:09.667022488 +0000
+++ new-haskell-leksah//control 2013-04-13 22:41:09.719022659 +0000
@@ -27,7 +27,7 @@
, libghc-network-dev (>= 2.2)
, libghc-network-dev (<< 3)
, libghc-hslogger-dev (>= 1.0.7)
- , libghc-hslogger-dev (<< 1.2)
+ , libghc-hslogger-dev (<< 1.3)
, libghc-regex-base-dev (>= 0.93)
, libghc-regex-base-dev (<< 0.94)
, libghc-regex-tdfa-dev (>= 1.1)
@@ -43,7 +43,7 @@
, libghc-utf8-string-dev (>= 0.3.1.1)
, libghc-utf8-string-dev (<< 0.4)
, libghc-quickcheck2-dev (>= 2.4.2)
- , libghc-quickcheck2-dev (<< 2.5)
+ , libghc-quickcheck2-dev (<< 2.6)
Standards-Version: 3.9.4
Homepage: http://hackage.haskell.org/package/leksah
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-leksah
diff -rN -u old-haskell-leksah//patches/bump-mtl-dependency new-haskell-leksah//patches/bump-mtl-dependency
--- old-haskell-leksah//patches/bump-mtl-dependency 2013-04-13 22:41:09.667022488 +0000
+++ new-haskell-leksah//patches/bump-mtl-dependency 1970-01-01 00:00:00.000000000 +0000
@@ -1,21 +0,0 @@
-Description: Bump mtl and transformers dependency
-Author: Joachim Breitner <nomeata at debian.org>
-
---- haskell-leksah-0.12.0.3.orig/leksah.cabal
-+++ haskell-leksah-0.12.0.3/leksah.cabal
-@@ -116,13 +116,13 @@ library
- build-depends: Cabal >=1.6.0.1 && <1.15, base >=4.0.0.0 && <4.6, binary >=0.5.0.0 && <0.6,
- bytestring >=0.9.0.1 && <0.10, containers >=0.2.0.0 && <0.5, directory >=1.0.0.2 && <3.1,
- filepath >=1.1.0.1 && <1.4, glib >=0.10 && <0.13, gtk >=0.10 && <0.13,
-- gtksourceview2 >=0.10.0 && <0.13, mtl >=1.1.0.2 && <2.1, old-time >=1.0.0.1 && <1.2,
-+ gtksourceview2 >=0.10.0 && <0.13, mtl >=1.1.0.2 && <2.2, old-time >=1.0.0.1 && <1.2,
- parsec >=2.1.0.1 && <3.2, pretty >=1.0.1.0 && <1.2,
- regex-tdfa ==1.1.*, regex-base ==0.93.*, utf8-string >=0.3.1.1 && <0.4, array >=0.2.0.0 && <0.5,
- time >=0.1 && <1.5, ltk >= 0.12 && <0.13, binary-shared >= 0.8 && <0.9, deepseq >= 1.1.0.0 && <1.4,
- hslogger >= 1.0.7 && <1.2, leksah-server >=0.12.0.3 && <0.13, network >= 2.2 && <3.0,
- ghc >=6.10.1 && <7.5, 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.3,
-+ gio >=0.12.2 && <0.13, transformers >=0.2.2.0 && <0.4,
- QuickCheck >=2.4.2 && <2.5
-
- exposed-modules:
diff -rN -u old-haskell-leksah//patches/series new-haskell-leksah//patches/series
--- old-haskell-leksah//patches/series 2013-04-13 22:41:09.667022488 +0000
+++ new-haskell-leksah//patches/series 2013-04-13 22:41:09.719022659 +0000
@@ -1 +1 @@
-bump-mtl-dependency
+ghc-7.6-compatibility.patch
More information about the Pkg-haskell-commits
mailing list