diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 11:54:17 +0400 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 11:54:17 +0400 |
| commit | d3560dd03852b7016ab8865ae1cb6c17e98ee838 (patch) | |
| tree | 18b5a8f6711241b80f06f4b3322e9c6a663e2cb9 /p/haskell-maybet | |
| parent | e15dd0afb25be5ab2a76634823ee719b2cb6d978 (diff) | |
| download | DHG_packages-d3560dd03852b7016ab8865ae1cb6c17e98ee838.tar.gz | |
haskell-maybet: Enable compat level 9
Diffstat (limited to 'p/haskell-maybet')
| -rw-r--r-- | p/haskell-maybet/debian/changelog | 6 | ||||
| -rw-r--r-- | p/haskell-maybet/debian/compat | 2 | ||||
| -rw-r--r-- | p/haskell-maybet/debian/control | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/p/haskell-maybet/debian/changelog b/p/haskell-maybet/debian/changelog index 32d677387..30ebc60ac 100644 --- a/p/haskell-maybet/debian/changelog +++ b/p/haskell-maybet/debian/changelog @@ -1,3 +1,9 @@ +haskell-maybet (0.1.2-6) UNRELEASED; urgency=low + + * Enable compat level 9 + + -- Joachim Breitner <nomeata@debian.org> Fri, 24 May 2013 09:54:17 +0200 + haskell-maybet (0.1.2-5) experimental; urgency=low * Previous upload should have gone to experimental; fixing diff --git a/p/haskell-maybet/debian/compat b/p/haskell-maybet/debian/compat index c7930257d..ec635144f 100644 --- a/p/haskell-maybet/debian/compat +++ b/p/haskell-maybet/debian/compat @@ -1 +1 @@ -7
\ No newline at end of file +9 diff --git a/p/haskell-maybet/debian/control b/p/haskell-maybet/debian/control index 87055c68d..9289e00f1 100644 --- a/p/haskell-maybet/debian/control +++ b/p/haskell-maybet/debian/control @@ -4,7 +4,7 @@ Section: haskell Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Giovanni Mascellani <gio@debian.org> Build-Depends: - debhelper (>= 7), + debhelper (>= 9), haskell-devscripts (>= 0.8.13), cdbs, ghc, |
