summaryrefslogtreecommitdiff
path: root/p/haskelldb
diff options
context:
space:
mode:
Diffstat (limited to 'p/haskelldb')
-rw-r--r--p/haskelldb/debian/changelog6
-rw-r--r--p/haskelldb/debian/patches/bump-mtl-dependency14
-rw-r--r--p/haskelldb/debian/patches/series1
3 files changed, 21 insertions, 0 deletions
diff --git a/p/haskelldb/debian/changelog b/p/haskelldb/debian/changelog
index 56f29947b..e9084a7fc 100644
--- a/p/haskelldb/debian/changelog
+++ b/p/haskelldb/debian/changelog
@@ -1,3 +1,9 @@
+haskelldb (2.1.1-3) UNRELEASED; urgency=low
+
+ * debian/patches/bump-mtl-dependency
+
+ -- Joachim Breitner <nomeata@debian.org> Sat, 19 May 2012 19:17:39 +0200
+
haskelldb (2.1.1-2) unstable; urgency=low
* Sourceful upload to rebuild documentation package.
diff --git a/p/haskelldb/debian/patches/bump-mtl-dependency b/p/haskelldb/debian/patches/bump-mtl-dependency
new file mode 100644
index 000000000..5b57e41a3
--- /dev/null
+++ b/p/haskelldb/debian/patches/bump-mtl-dependency
@@ -0,0 +1,14 @@
+Description: Bump mtl dependency
+Author: Joachim Breitner <nomeata@debian.org>
+
+--- haskelldb-2.1.1.orig/haskelldb.cabal
++++ haskelldb-2.1.1/haskelldb.cabal
+@@ -14,7 +14,7 @@ Description: This library allows you to
+ Category: Database
+
+ Library
+- Build-depends: mtl >= 1.1 && < 2.1,
++ Build-depends: mtl >= 1.1 && < 2.2,
+ base >= 3 && < 5,
+ pretty >= 1 && < 2,
+ old-time >= 1 && < 2,
diff --git a/p/haskelldb/debian/patches/series b/p/haskelldb/debian/patches/series
new file mode 100644
index 000000000..e87014923
--- /dev/null
+++ b/p/haskelldb/debian/patches/series
@@ -0,0 +1 @@
+bump-mtl-dependency