diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 11:53:20 +0400 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 11:53:20 +0400 |
commit | b43f315396b6ceedfaefa11e83e85648952e74cf (patch) | |
tree | d3cc78efa5ce1cf25165be369f86ef24ac859b42 /p/haskell-diff/debian | |
parent | bde6c58929ff864b8e0aa9d0b4c3dff090179564 (diff) | |
download | DHG_packages-b43f315396b6ceedfaefa11e83e85648952e74cf.tar.gz |
haskell-diff: Enable compat level 9
Diffstat (limited to 'p/haskell-diff/debian')
-rw-r--r-- | p/haskell-diff/debian/changelog | 6 | ||||
-rw-r--r-- | p/haskell-diff/debian/compat | 2 | ||||
-rw-r--r-- | p/haskell-diff/debian/control | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/p/haskell-diff/debian/changelog b/p/haskell-diff/debian/changelog index a24d46c78..d354b0a1c 100644 --- a/p/haskell-diff/debian/changelog +++ b/p/haskell-diff/debian/changelog @@ -1,3 +1,9 @@ +haskell-diff (0.2.0-2) UNRELEASED; urgency=low + + * Enable compat level 9 + + -- Joachim Breitner <nomeata@debian.org> Fri, 24 May 2013 09:53:20 +0200 + haskell-diff (0.2.0-1) experimental; urgency=low * New upstream release diff --git a/p/haskell-diff/debian/compat b/p/haskell-diff/debian/compat index 7f8f011eb..ec635144f 100644 --- a/p/haskell-diff/debian/compat +++ b/p/haskell-diff/debian/compat @@ -1 +1 @@ -7 +9 diff --git a/p/haskell-diff/debian/control b/p/haskell-diff/debian/control index 3f347657c..e5a01109a 100644 --- a/p/haskell-diff/debian/control +++ b/p/haskell-diff/debian/control @@ -3,7 +3,7 @@ Section: haskell Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Chris Lamb <lamby@debian.org> -Build-Depends: debhelper (>= 7) +Build-Depends: debhelper (>= 9) , cdbs , haskell-devscripts (>= 0.8.13) , ghc |