diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-25 13:06:54 +0400 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-25 13:06:54 +0400 |
| commit | a5d1c2bee74a12aa55f6e0053aec1588630f54e6 (patch) | |
| tree | f75d461d6bb500433ff2a11e65eadc34373520c9 /p/haskell-word8 | |
| parent | 27947f426ff00eb8f2d5fd45c58b663cac20364b (diff) | |
| download | DHG_packages-a5d1c2bee74a12aa55f6e0053aec1588630f54e6.tar.gz | |
haskell-word8: Enable compat level 9
Diffstat (limited to 'p/haskell-word8')
| -rw-r--r-- | p/haskell-word8/debian/changelog | 6 | ||||
| -rw-r--r-- | p/haskell-word8/debian/compat | 2 | ||||
| -rw-r--r-- | p/haskell-word8/debian/control | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/p/haskell-word8/debian/changelog b/p/haskell-word8/debian/changelog index 74eb5e7b3..ddcdb16c2 100644 --- a/p/haskell-word8/debian/changelog +++ b/p/haskell-word8/debian/changelog @@ -1,3 +1,9 @@ +haskell-word8 (0.0.2-2) UNRELEASED; urgency=low + + * Enable compat level 9 + + -- Joachim Breitner <nomeata@debian.org> Sat, 25 May 2013 11:06:54 +0200 + haskell-word8 (0.0.2-1) experimental; urgency=low * Initial release. diff --git a/p/haskell-word8/debian/compat b/p/haskell-word8/debian/compat index 7f8f011eb..ec635144f 100644 --- a/p/haskell-word8/debian/compat +++ b/p/haskell-word8/debian/compat @@ -1 +1 @@ -7 +9 diff --git a/p/haskell-word8/debian/control b/p/haskell-word8/debian/control index 2b4c36905..30e5fbabc 100644 --- a/p/haskell-word8/debian/control +++ b/p/haskell-word8/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 |
