summaryrefslogtreecommitdiff
path: root/p
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2013-05-24 12:15:29 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2013-05-24 12:15:29 +0400
commit2da229ff0f03ede94524605089b9e44bd0e094d9 (patch)
tree2462e97c3f75c744adb19c55bc46363a1a443a69 /p
parentab06d23e5f319a7b2ed10e9bc4fcd7ec3dda3e54 (diff)
downloadDHG_packages-2da229ff0f03ede94524605089b9e44bd0e094d9.tar.gz
haskell-hashtables: Enable compat level 9
Diffstat (limited to 'p')
-rw-r--r--p/haskell-hashtables/debian/changelog6
-rw-r--r--p/haskell-hashtables/debian/compat2
-rw-r--r--p/haskell-hashtables/debian/control2
3 files changed, 8 insertions, 2 deletions
diff --git a/p/haskell-hashtables/debian/changelog b/p/haskell-hashtables/debian/changelog
index 289523ced..be5d060c7 100644
--- a/p/haskell-hashtables/debian/changelog
+++ b/p/haskell-hashtables/debian/changelog
@@ -1,3 +1,9 @@
+haskell-hashtables (1.0.1.8-2) UNRELEASED; urgency=low
+
+ * Enable compat level 9
+
+ -- Joachim Breitner <nomeata@debian.org> Fri, 24 May 2013 09:53:43 +0200
+
haskell-hashtables (1.0.1.8-1) experimental; urgency=low
* New upstream release
diff --git a/p/haskell-hashtables/debian/compat b/p/haskell-hashtables/debian/compat
index 7f8f011eb..ec635144f 100644
--- a/p/haskell-hashtables/debian/compat
+++ b/p/haskell-hashtables/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/p/haskell-hashtables/debian/control b/p/haskell-hashtables/debian/control
index 4b344cc49..df27281b9 100644
--- a/p/haskell-hashtables/debian/control
+++ b/p/haskell-hashtables/debian/control
@@ -4,7 +4,7 @@ Priority: extra
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Iain Lane <laney@debian.org>
Build-Depends: cdbs,
- debhelper (>= 7.0.50~),
+ debhelper (>= 9),
ghc,
ghc-doc,
ghc-prof,