summaryrefslogtreecommitdiff
path: root/p/haskelldb-hdbc/debian/patches/extend-mtl-dependency
diff options
context:
space:
mode:
Diffstat (limited to 'p/haskelldb-hdbc/debian/patches/extend-mtl-dependency')
-rw-r--r--p/haskelldb-hdbc/debian/patches/extend-mtl-dependency14
1 files changed, 14 insertions, 0 deletions
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,