diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 11:53:29 +0400 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 11:53:29 +0400 |
commit | 12dca704bd086133102d6cc2a9b559f366772022 (patch) | |
tree | 2db3266cead45d69c7876586fddd7e50b7eccfd0 /p/haskell-fast-logger | |
parent | 3d4f001df250153c382ec1bf147be92425af7ab6 (diff) | |
download | DHG_packages-12dca704bd086133102d6cc2a9b559f366772022.tar.gz |
haskell-fast-logger: Enable compat level 9
Diffstat (limited to 'p/haskell-fast-logger')
-rw-r--r-- | p/haskell-fast-logger/debian/changelog | 6 | ||||
-rw-r--r-- | p/haskell-fast-logger/debian/compat | 2 | ||||
-rw-r--r-- | p/haskell-fast-logger/debian/control | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/p/haskell-fast-logger/debian/changelog b/p/haskell-fast-logger/debian/changelog index 3973dd221..48dd4a614 100644 --- a/p/haskell-fast-logger/debian/changelog +++ b/p/haskell-fast-logger/debian/changelog @@ -1,3 +1,9 @@ +haskell-fast-logger (0.3.1-3) UNRELEASED; urgency=low + + * Enable compat level 9 + + -- Joachim Breitner <nomeata@debian.org> Fri, 24 May 2013 09:53:29 +0200 + haskell-fast-logger (0.3.1-2) experimental; urgency=low * Add missing build-deps on unix-time. diff --git a/p/haskell-fast-logger/debian/compat b/p/haskell-fast-logger/debian/compat index 7f8f011eb..ec635144f 100644 --- a/p/haskell-fast-logger/debian/compat +++ b/p/haskell-fast-logger/debian/compat @@ -1 +1 @@ -7 +9 diff --git a/p/haskell-fast-logger/debian/control b/p/haskell-fast-logger/debian/control index af25dde90..d91826451 100644 --- a/p/haskell-fast-logger/debian/control +++ b/p/haskell-fast-logger/debian/control @@ -3,7 +3,7 @@ Section: haskell Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Clint Adams <clint@debian.org> -Build-Depends: debhelper (>= 7) +Build-Depends: debhelper (>= 9) , cdbs , haskell-devscripts (>= 0.8.13) , ghc |