diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 11:52:44 +0400 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 11:52:44 +0400 |
| commit | 5056df22c41b707c49dbf27d76566427059a7615 (patch) | |
| tree | da16cb32b4f4548d6dcac12549ff49936f38e1c2 /p/haskell-basic-prelude | |
| parent | 07048c1e3b2dba32767a0b0f7d23f1579d8b7a71 (diff) | |
| download | DHG_packages-5056df22c41b707c49dbf27d76566427059a7615.tar.gz | |
haskell-basic-prelude: Enable compat level 9
Diffstat (limited to 'p/haskell-basic-prelude')
| -rw-r--r-- | p/haskell-basic-prelude/debian/changelog | 6 | ||||
| -rw-r--r-- | p/haskell-basic-prelude/debian/compat | 2 | ||||
| -rw-r--r-- | p/haskell-basic-prelude/debian/control | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/p/haskell-basic-prelude/debian/changelog b/p/haskell-basic-prelude/debian/changelog index f2aa3f1ba..89283d58d 100644 --- a/p/haskell-basic-prelude/debian/changelog +++ b/p/haskell-basic-prelude/debian/changelog @@ -1,3 +1,9 @@ +haskell-basic-prelude (0.3.4.0-2) UNRELEASED; urgency=low + + * Enable compat level 9 + + -- Joachim Breitner <nomeata@debian.org> Fri, 24 May 2013 09:52:44 +0200 + haskell-basic-prelude (0.3.4.0-1) experimental; urgency=low * New upstream release diff --git a/p/haskell-basic-prelude/debian/compat b/p/haskell-basic-prelude/debian/compat index 7f8f011eb..ec635144f 100644 --- a/p/haskell-basic-prelude/debian/compat +++ b/p/haskell-basic-prelude/debian/compat @@ -1 +1 @@ -7 +9 diff --git a/p/haskell-basic-prelude/debian/control b/p/haskell-basic-prelude/debian/control index bbad143d4..2b5ae67cd 100644 --- a/p/haskell-basic-prelude/debian/control +++ b/p/haskell-basic-prelude/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 |
