summaryrefslogtreecommitdiff
path: root/p/haskell-heist
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2015-04-29 17:41:25 +0300
committerJoachim Breitner <mail@joachim-breitner.de>2015-04-29 17:41:25 +0300
commit0875cdb151f6993b3c29691e88012b2dfde0a286 (patch)
tree07875dea8d9a2d6362ebd32ea7cbe222d018494d /p/haskell-heist
parent717f0f933c6339152fbbf496b3932cbb6152b1fc (diff)
downloadDHG_packages-0875cdb151f6993b3c29691e88012b2dfde0a286.tar.gz
haskell-heist: Patch to allow newer dependencies
Diffstat (limited to 'p/haskell-heist')
-rw-r--r--p/haskell-heist/debian/changelog6
-rw-r--r--p/haskell-heist/debian/control10
-rw-r--r--p/haskell-heist/debian/patches/relax-dependencies30
-rw-r--r--p/haskell-heist/debian/patches/series1
4 files changed, 42 insertions, 5 deletions
diff --git a/p/haskell-heist/debian/changelog b/p/haskell-heist/debian/changelog
index 32daba8eb..b51aecfeb 100644
--- a/p/haskell-heist/debian/changelog
+++ b/p/haskell-heist/debian/changelog
@@ -1,3 +1,9 @@
+haskell-heist (0.13.1.2-3) UNRELEASED; urgency=medium
+
+ * Patch to allow newer dependencies
+
+ -- Joachim Breitner <nomeata@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 --git a/p/haskell-heist/debian/control b/p/haskell-heist/debian/control
index 5b4f8122d..68a1b9d47 100644
--- a/p/haskell-heist/debian/control
+++ b/p/haskell-heist/debian/control
@@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 9)
, 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 @@ Build-Depends: debhelper (>= 9)
, 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 --git a/p/haskell-heist/debian/patches/relax-dependencies b/p/haskell-heist/debian/patches/relax-dependencies
new file mode 100644
index 000000000..475840da1
--- /dev/null
+++ b/p/haskell-heist/debian/patches/relax-dependencies
@@ -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 --git a/p/haskell-heist/debian/patches/series b/p/haskell-heist/debian/patches/series
new file mode 100644
index 000000000..38ca9ac8f
--- /dev/null
+++ b/p/haskell-heist/debian/patches/series
@@ -0,0 +1 @@
+relax-dependencies