diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 11:54:34 +0400 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 11:54:34 +0400 |
commit | 5fad8316bafb16a9f9435ae3b8d82c10b5e8a73a (patch) | |
tree | 2203fd393dde9518ab982ffab0f89b96684609d9 /p/haskell-parsec | |
parent | 7f8967283672673a53ab06488eee1d5cbc049f10 (diff) | |
download | DHG_packages-5fad8316bafb16a9f9435ae3b8d82c10b5e8a73a.tar.gz |
haskell-parsec: Enable compat level 9
Diffstat (limited to 'p/haskell-parsec')
-rw-r--r-- | p/haskell-parsec/debian/changelog | 6 | ||||
-rw-r--r-- | p/haskell-parsec/debian/compat | 2 | ||||
-rw-r--r-- | p/haskell-parsec/debian/control | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/p/haskell-parsec/debian/changelog b/p/haskell-parsec/debian/changelog index d2ebb352c..fb12d1687 100644 --- a/p/haskell-parsec/debian/changelog +++ b/p/haskell-parsec/debian/changelog @@ -1,3 +1,9 @@ +haskell-parsec (3.1.3-3) UNRELEASED; urgency=low + + * Enable compat level 9 + + -- Joachim Breitner <nomeata@debian.org> Fri, 24 May 2013 09:54:34 +0200 + haskell-parsec (3.1.3-2) experimental; urgency=low * Bump standards version, no change diff --git a/p/haskell-parsec/debian/compat b/p/haskell-parsec/debian/compat index 7f8f011eb..ec635144f 100644 --- a/p/haskell-parsec/debian/compat +++ b/p/haskell-parsec/debian/compat @@ -1 +1 @@ -7 +9 diff --git a/p/haskell-parsec/debian/control b/p/haskell-parsec/debian/control index 28b0b3d78..a88aa7cec 100644 --- a/p/haskell-parsec/debian/control +++ b/p/haskell-parsec/debian/control @@ -4,7 +4,7 @@ Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Marco TĂșlio Gontijo e Silva <marcot@debian.org> Standards-Version: 3.9.4 -Build-Depends: debhelper (>= 7) +Build-Depends: debhelper (>= 9) , haskell-devscripts (>= 0.8.13) , ghc , ghc-prof |