summaryrefslogtreecommitdiff
path: root/p/haskelldb
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2012-05-19 21:17:48 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2012-05-19 21:17:48 +0400
commite339af640683c5544c9dc1b3e0390cd5244dd3a8 (patch)
tree9602328135acd3b2da0e021f7dc3b6ece335a3c0 /p/haskelldb
parent18af7880b92d7e57f6dfab255d85346203af62c1 (diff)
downloadDHG_packages-e339af640683c5544c9dc1b3e0390cd5244dd3a8.tar.gz
haskelldb: debian/patches/bump-mtl-dependency
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