diff options
Diffstat (limited to 'p/haskell-test-framework')
| -rw-r--r-- | p/haskell-test-framework/debian/changelog | 6 | ||||
| -rw-r--r-- | p/haskell-test-framework/debian/compat | 2 | ||||
| -rw-r--r-- | p/haskell-test-framework/debian/control | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/p/haskell-test-framework/debian/changelog b/p/haskell-test-framework/debian/changelog index a33448a66..52d677054 100644 --- a/p/haskell-test-framework/debian/changelog +++ b/p/haskell-test-framework/debian/changelog @@ -1,3 +1,9 @@ +haskell-test-framework (0.6-3) UNRELEASED; urgency=low + + * Enable compat level 9 + + -- Joachim Breitner <nomeata@debian.org> Fri, 24 May 2013 09:55:12 +0200 + haskell-test-framework (0.6-2) experimental; urgency=low * Depend on haskell-devscripts 0.8.13 to ensure this packages is built diff --git a/p/haskell-test-framework/debian/compat b/p/haskell-test-framework/debian/compat index c7930257d..ec635144f 100644 --- a/p/haskell-test-framework/debian/compat +++ b/p/haskell-test-framework/debian/compat @@ -1 +1 @@ -7
\ No newline at end of file +9 diff --git a/p/haskell-test-framework/debian/control b/p/haskell-test-framework/debian/control index 5ba7c0acc..6c4292efc 100644 --- a/p/haskell-test-framework/debian/control +++ b/p/haskell-test-framework/debian/control @@ -3,7 +3,7 @@ Priority: extra Section: haskell Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Kiwamu Okabe <kiwamu@debian.or.jp> -Build-Depends: debhelper (>= 7.0), +Build-Depends: debhelper (>= 9), haskell-devscripts (>= 0.8.13), cdbs, ghc, |
