summaryrefslogtreecommitdiff
path: root/p/haskelldb-hdbc
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2012-05-26 19:20:57 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2012-05-26 19:20:57 +0400
commitd23817fdd8d1172a74b3b8fc991104efed1d11de (patch)
treefed0cf55aa1a1e57ba2cc4e052729b85d6b4ebf8 /p/haskelldb-hdbc
parent88da864af68ed6256adc8783464b9cd3d82e117e (diff)
downloadDHG_packages-d23817fdd8d1172a74b3b8fc991104efed1d11de.tar.gz
haskelldb-hdbc: Patch to extend mtl dependency range
Diffstat (limited to 'p/haskelldb-hdbc')
-rw-r--r--p/haskelldb-hdbc/debian/changelog6
-rw-r--r--p/haskelldb-hdbc/debian/patches/extend-mtl-dependency14
-rw-r--r--p/haskelldb-hdbc/debian/patches/series1
3 files changed, 21 insertions, 0 deletions
diff --git a/p/haskelldb-hdbc/debian/changelog b/p/haskelldb-hdbc/debian/changelog
index 17f0b271b..bb4edb5d2 100644
--- a/p/haskelldb-hdbc/debian/changelog
+++ b/p/haskelldb-hdbc/debian/changelog
@@ -1,3 +1,9 @@
+haskelldb-hdbc (2.1.0-4) UNRELEASED; urgency=low
+
+ * Patch to extend mtl dependency range
+
+ -- Joachim Breitner <nomeata@debian.org> Sat, 26 May 2012 17:20:42 +0200
+
haskelldb-hdbc (2.1.0-3) unstable; urgency=low
* Bump to Standards-Version 3.9.3.
diff --git a/p/haskelldb-hdbc/debian/patches/extend-mtl-dependency b/p/haskelldb-hdbc/debian/patches/extend-mtl-dependency
new file mode 100644
index 000000000..e2dee7096
--- /dev/null
+++ b/p/haskelldb-hdbc/debian/patches/extend-mtl-dependency
@@ -0,0 +1,14 @@
+Description: extend mtl dependency
+Author: Joachim Breitner <nomeata@debian.org>
+
+--- haskelldb-hdbc-2.1.0.orig/haskelldb-hdbc.cabal
++++ haskelldb-hdbc-2.1.0/haskelldb-hdbc.cabal
+@@ -13,7 +13,7 @@ Description: HaskellDB requires this dri
+ Category: Database
+
+ Library
+- Build-depends: mtl >= 1 && < 2.1, haskelldb >= 2 && < 3, HDBC >= 2 && < 3, convertible >= 1.0.1 && < 2
++ Build-depends: mtl >= 1 && < 3, haskelldb >= 2 && < 3, HDBC >= 2 && < 3, convertible >= 1.0.1 && < 2
+ Build-depends: base >= 3 && < 5, containers >= 0.2 && < 1, old-time >= 1 && < 2
+ Extensions: ExistentialQuantification,
+ OverlappingInstances,
diff --git a/p/haskelldb-hdbc/debian/patches/series b/p/haskelldb-hdbc/debian/patches/series
new file mode 100644
index 000000000..8a8160e57
--- /dev/null
+++ b/p/haskelldb-hdbc/debian/patches/series
@@ -0,0 +1 @@
+extend-mtl-dependency