[Pkg-haskell-commits] darcs: haskell-heist: Patch to allow newer dependencies
Joachim Breitner
mail at joachim-breitner.de
Wed Apr 29 15:05:16 UTC 2015
Wed Apr 29 14:41:25 UTC 2015 Joachim Breitner <mail at joachim-breitner.de>
* Patch to allow newer dependencies
M ./changelog +6
M ./control -5 +5
A ./patches/
A ./patches/relax-dependencies
A ./patches/series
Wed Apr 29 14:41:25 UTC 2015 Joachim Breitner <mail at joachim-breitner.de>
* Patch to allow newer dependencies
diff -rN -u old-haskell-heist/changelog new-haskell-heist/changelog
--- old-haskell-heist/changelog 2015-04-29 15:05:16.227191491 +0000
+++ new-haskell-heist/changelog 2015-04-29 15:05:16.235191493 +0000
@@ -1,3 +1,9 @@
+haskell-heist (0.13.1.2-3) UNRELEASED; urgency=medium
+
+ * Patch to allow newer dependencies
+
+ -- Joachim Breitner <nomeata at debian.org> Wed, 29 Apr 2015 16:36:54 +0200
+
haskell-heist (0.13.1.2-2) experimental; urgency=medium
* Depend on haskell-devscripts 0.9, found in experimental
diff -rN -u old-haskell-heist/control new-haskell-heist/control
--- old-haskell-heist/control 2015-04-29 15:05:16.227191491 +0000
+++ new-haskell-heist/control 2015-04-29 15:05:16.231191492 +0000
@@ -9,7 +9,7 @@
, ghc
, ghc-prof
, libghc-aeson-dev (>> 0.6)
- , libghc-aeson-dev (<< 0.8)
+ , libghc-aeson-dev (<< 0.9)
, libghc-aeson-prof
, libghc-attoparsec-dev (>> 0.10)
, libghc-attoparsec-dev (<< 0.13)
@@ -33,16 +33,16 @@
, libghc-hashable-dev (<< 1.3)
, libghc-hashable-prof
, libghc-monadcatchio-transformers-dev (>> 0.2.1)
- , libghc-monadcatchio-transformers-dev (<< 0.4)
+ , libghc-monadcatchio-transformers-dev (<< 0.5)
, libghc-monadcatchio-transformers-prof
, libghc-mtl-dev (>> 2.0)
- , libghc-mtl-dev (<< 2.2)
+ , libghc-mtl-dev (<< 2.3)
, libghc-mtl-prof
, libghc-random-dev (>> 1.0.1.0)
- , libghc-random-dev (<< 1.1)
+ , libghc-random-dev (<< 1.2)
, libghc-random-prof
, libghc-text-dev (>> 0.10)
- , libghc-text-dev (<< 1.2)
+ , libghc-text-dev (<< 1.3)
, libghc-text-prof
, libghc-unordered-containers-dev (>> 0.1.4)
, libghc-unordered-containers-dev (<< 0.3)
diff -rN -u old-haskell-heist/patches/relax-dependencies new-haskell-heist/patches/relax-dependencies
--- old-haskell-heist/patches/relax-dependencies 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-heist/patches/relax-dependencies 2015-04-29 15:05:16.235191493 +0000
@@ -0,0 +1,30 @@
+Index: heist-0.13.1.2/heist.cabal
+===================================================================
+--- heist-0.13.1.2.orig/heist.cabal 2015-04-29 16:36:28.390720451 +0200
++++ heist-0.13.1.2/heist.cabal 2015-04-29 16:36:35.666858245 +0200
+@@ -139,7 +139,7 @@
+
+ build-depends:
+ MonadCatchIO-transformers >= 0.2.1 && < 0.4,
+- aeson >= 0.6 && < 0.8,
++ aeson >= 0.6 && < 0.9,
+ attoparsec >= 0.10 && < 0.13,
+ base >= 4 && < 5,
+ blaze-builder >= 0.2 && < 0.4,
+@@ -152,12 +152,12 @@
+ errors >= 1.4 && < 1.5,
+ filepath >= 1.3 && < 1.4,
+ hashable >= 1.1 && < 1.3,
+- mtl >= 2.0 && < 2.2,
++ mtl >= 2.0 && < 2.3,
+ process >= 1.1 && < 1.3,
+- random >= 1.0.1.0 && < 1.1,
+- text >= 0.10 && < 1.2,
++ random >= 1.0.1.0 && < 1.2,
++ text >= 0.10 && < 1.3,
+ time >= 1.1 && < 1.5,
+- transformers >= 0.3 && < 0.4,
++ transformers >= 0.3 && < 0.5,
+ unordered-containers >= 0.1.4 && < 0.3,
+ vector >= 0.9 && < 0.11,
+ xmlhtml >= 0.2.3 && < 0.3
diff -rN -u old-haskell-heist/patches/series new-haskell-heist/patches/series
--- old-haskell-heist/patches/series 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-heist/patches/series 2015-04-29 15:05:16.235191493 +0000
@@ -0,0 +1 @@
+relax-dependencies
More information about the Pkg-haskell-commits
mailing list