summaryrefslogtreecommitdiff
path: root/p/haskell-hsx
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2013-05-24 11:53:56 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2013-05-24 11:53:56 +0400
commite06f05dd910f5afeba19b9465b92b9b2bd5d6cbc (patch)
tree5286f5b61d4561554ab0f12afd27bdad694b29af /p/haskell-hsx
parent3284851f2980a2b2aa6350296ebbadf3082c2bee (diff)
downloadDHG_packages-e06f05dd910f5afeba19b9465b92b9b2bd5d6cbc.tar.gz
haskell-hsx: Enable compat level 9
Diffstat (limited to 'p/haskell-hsx')
-rw-r--r--p/haskell-hsx/debian/changelog6
-rw-r--r--p/haskell-hsx/debian/compat2
-rw-r--r--p/haskell-hsx/debian/control2
3 files changed, 8 insertions, 2 deletions
diff --git a/p/haskell-hsx/debian/changelog b/p/haskell-hsx/debian/changelog
index aaf5a174a..176f92a62 100644
--- a/p/haskell-hsx/debian/changelog
+++ b/p/haskell-hsx/debian/changelog
@@ -1,3 +1,9 @@
+haskell-hsx (0.10.4-2) UNRELEASED; urgency=low
+
+ * Enable compat level 9
+
+ -- Joachim Breitner <nomeata@debian.org> Fri, 24 May 2013 09:53:56 +0200
+
haskell-hsx (0.10.4-1) experimental; urgency=low
* New upstream release
diff --git a/p/haskell-hsx/debian/compat b/p/haskell-hsx/debian/compat
index c7930257d..ec635144f 100644
--- a/p/haskell-hsx/debian/compat
+++ b/p/haskell-hsx/debian/compat
@@ -1 +1 @@
-7 \ No newline at end of file
+9
diff --git a/p/haskell-hsx/debian/control b/p/haskell-hsx/debian/control
index e640963db..5b16d9d9b 100644
--- a/p/haskell-hsx/debian/control
+++ b/p/haskell-hsx/debian/control
@@ -4,7 +4,7 @@ Section: haskell
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Giovanni Mascellani <gio@debian.org>
Build-Depends:
- debhelper (>= 7),
+ debhelper (>= 9),
haskell-devscripts,
cdbs,
ghc,