diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 12:14:42 +0400 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 12:14:42 +0400 |
commit | d8d00be2cc2e0000f3cef33e35adc85800736894 (patch) | |
tree | edcb026012a349dca7a76a6231fa70c3f73f6bfe /p/haskell-chell | |
parent | a9324955484589a6038e3e082cae140e210715ce (diff) | |
download | DHG_packages-d8d00be2cc2e0000f3cef33e35adc85800736894.tar.gz |
haskell-chell: Enable compat level 9
Diffstat (limited to 'p/haskell-chell')
-rw-r--r-- | p/haskell-chell/debian/changelog | 6 | ||||
-rw-r--r-- | p/haskell-chell/debian/compat | 2 | ||||
-rw-r--r-- | p/haskell-chell/debian/control | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/p/haskell-chell/debian/changelog b/p/haskell-chell/debian/changelog index ea4ae1225..fa5a54734 100644 --- a/p/haskell-chell/debian/changelog +++ b/p/haskell-chell/debian/changelog @@ -1,3 +1,9 @@ +haskell-chell (0.3-3) UNRELEASED; urgency=low + + * Enable compat level 9 + + -- Joachim Breitner <nomeata@debian.org> Fri, 24 May 2013 09:52:57 +0200 + haskell-chell (0.3-2) experimental; urgency=low * Depend on haskell-devscripts 0.8.13 to ensure this packages is built diff --git a/p/haskell-chell/debian/compat b/p/haskell-chell/debian/compat index 7f8f011eb..ec635144f 100644 --- a/p/haskell-chell/debian/compat +++ b/p/haskell-chell/debian/compat @@ -1 +1 @@ -7 +9 diff --git a/p/haskell-chell/debian/control b/p/haskell-chell/debian/control index d17fc9984..4b45a14f3 100644 --- a/p/haskell-chell/debian/control +++ b/p/haskell-chell/debian/control @@ -6,7 +6,7 @@ Uploaders: John Millikin <jmillikin@gmail.com> DM-Upload-Allowed: yes Build-Depends: cdbs - , debhelper (>= 7.0) + , debhelper (>= 9) , haskell-devscripts (>= 0.8.13) , ghc (>= 6.12) , ghc-prof |