diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 12:14:44 +0400 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 12:14:44 +0400 |
| commit | 7dac8389317da5f0800466acbaddc68cd217ee60 (patch) | |
| tree | 5f900ad936ef7d78a7ed639f57b378288ef9ea72 /p/haskell-doctest | |
| parent | 2a1912893dc03632f5b3d0ceab77b56e33c87579 (diff) | |
| download | DHG_packages-7dac8389317da5f0800466acbaddc68cd217ee60.tar.gz | |
haskell-doctest: Enable compat level 9
Diffstat (limited to 'p/haskell-doctest')
| -rw-r--r-- | p/haskell-doctest/debian/changelog | 1 | ||||
| -rw-r--r-- | p/haskell-doctest/debian/compat | 2 | ||||
| -rw-r--r-- | p/haskell-doctest/debian/control | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/p/haskell-doctest/debian/changelog b/p/haskell-doctest/debian/changelog index 9f2c1c463..7ccf6fd34 100644 --- a/p/haskell-doctest/debian/changelog +++ b/p/haskell-doctest/debian/changelog @@ -1,6 +1,7 @@ haskell-doctest (0.9.6-2) UNRELEASED; urgency=low * Clean up description + * Enable compat level 9 -- Joachim Breitner <nomeata@debian.org> Tue, 02 Apr 2013 10:59:39 +0200 diff --git a/p/haskell-doctest/debian/compat b/p/haskell-doctest/debian/compat index c7930257d..ec635144f 100644 --- a/p/haskell-doctest/debian/compat +++ b/p/haskell-doctest/debian/compat @@ -1 +1 @@ -7
\ No newline at end of file +9 diff --git a/p/haskell-doctest/debian/control b/p/haskell-doctest/debian/control index 7523eb13f..d6edbd2d8 100644 --- a/p/haskell-doctest/debian/control +++ b/p/haskell-doctest/debian/control @@ -3,7 +3,7 @@ Priority: extra Section: haskell Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Clint Adams <clint@debian.org> -Build-Depends: debhelper (>= 7.0) +Build-Depends: debhelper (>= 9) , haskell-devscripts (>= 0.8.13) , cdbs , ghc (<< 7.8) |
