summaryrefslogtreecommitdiff
path: root/p/haskell-attoparsec
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2013-05-24 12:15:28 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2013-05-24 12:15:28 +0400
commit8279a564d6c03e195543adfaac6baf136317b193 (patch)
treeb1500d5fd9b55ea55234df58a0ba7ee02e975e44 /p/haskell-attoparsec
parentc66f2517e920efd7d626ffe43ea96c249a74b46d (diff)
downloadDHG_packages-8279a564d6c03e195543adfaac6baf136317b193.tar.gz
haskell-attoparsec: Enable compat level 9
Diffstat (limited to 'p/haskell-attoparsec')
-rw-r--r--p/haskell-attoparsec/debian/changelog6
-rw-r--r--p/haskell-attoparsec/debian/compat2
-rw-r--r--p/haskell-attoparsec/debian/control2
3 files changed, 8 insertions, 2 deletions
diff --git a/p/haskell-attoparsec/debian/changelog b/p/haskell-attoparsec/debian/changelog
index ab77de277..bd3e9c1c4 100644
--- a/p/haskell-attoparsec/debian/changelog
+++ b/p/haskell-attoparsec/debian/changelog
@@ -1,3 +1,9 @@
+haskell-attoparsec (0.10.4.0-2) UNRELEASED; urgency=low
+
+ * Enable compat level 9
+
+ -- Joachim Breitner <nomeata@debian.org> Fri, 24 May 2013 09:52:40 +0200
+
haskell-attoparsec (0.10.4.0-1) experimental; urgency=low
* New upstream release
diff --git a/p/haskell-attoparsec/debian/compat b/p/haskell-attoparsec/debian/compat
index 7f8f011eb..ec635144f 100644
--- a/p/haskell-attoparsec/debian/compat
+++ b/p/haskell-attoparsec/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/p/haskell-attoparsec/debian/control b/p/haskell-attoparsec/debian/control
index 783fca726..0dd538aa1 100644
--- a/p/haskell-attoparsec/debian/control
+++ b/p/haskell-attoparsec/debian/control
@@ -3,7 +3,7 @@ Section: haskell
Priority: optional
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: TANIGUCHI Takaki <takaki@debian.org>, Clint Adams <clint@debian.org>
-Build-Depends: cdbs, debhelper (>= 7.0.50~), haskell-devscripts (>= 0.8.13)
+Build-Depends: cdbs, debhelper (>= 9), haskell-devscripts (>= 0.8.13)
, ghc
, ghc-prof
, libghc-text-dev (>> 0.11.1.5)