summaryrefslogtreecommitdiff
path: root/p/magic-haskell
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2013-05-24 12:14:51 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2013-05-24 12:14:51 +0400
commit3e4f555d296545ad203d571dae3e4b40a245e227 (patch)
tree445e2a9e9e14cae2b683b3065f3756af5edc3050 /p/magic-haskell
parent4f592020660d44b82d5cd5ff0fb9a2dab1efd0b1 (diff)
downloadDHG_packages-3e4f555d296545ad203d571dae3e4b40a245e227.tar.gz
magic-haskell: Enable compat level 9
Diffstat (limited to 'p/magic-haskell')
-rw-r--r--p/magic-haskell/debian/changelog6
-rw-r--r--p/magic-haskell/debian/compat2
-rw-r--r--p/magic-haskell/debian/control2
3 files changed, 8 insertions, 2 deletions
diff --git a/p/magic-haskell/debian/changelog b/p/magic-haskell/debian/changelog
index 04b44fa7e..31fdf5514 100644
--- a/p/magic-haskell/debian/changelog
+++ b/p/magic-haskell/debian/changelog
@@ -1,3 +1,9 @@
+magic-haskell (1.0.8-10) UNRELEASED; urgency=low
+
+ * Enable compat level 9
+
+ -- Joachim Breitner <nomeata@debian.org> Fri, 24 May 2013 09:55:47 +0200
+
magic-haskell (1.0.8-9) experimental; urgency=low
* Depend on haskell-devscripts 0.8.13 to ensure this package is built
diff --git a/p/magic-haskell/debian/compat b/p/magic-haskell/debian/compat
index 1e8b31496..ec635144f 100644
--- a/p/magic-haskell/debian/compat
+++ b/p/magic-haskell/debian/compat
@@ -1 +1 @@
-6
+9
diff --git a/p/magic-haskell/debian/control b/p/magic-haskell/debian/control
index 1d62e3dad..7843822af 100644
--- a/p/magic-haskell/debian/control
+++ b/p/magic-haskell/debian/control
@@ -2,7 +2,7 @@ Source: magic-haskell
Priority: optional
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: John Goerzen <jgoerzen@complete.org>
-Build-Depends: debhelper (>= 6.0.0),
+Build-Depends: debhelper (>= 9),
cdbs,
haskell-devscripts (>= 0.8.13),
ghc,