diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 12:14:51 +0400 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 12:14:51 +0400 |
| commit | c6d5a9ca05e00ab976c2acbb4bd5bdd3e5059df9 (patch) | |
| tree | 052372d6eed7504e4d261e33e8c2c34fc16c4af9 /p/haskell-xml-hamlet | |
| parent | 7146469285ef5790830dc3277b214108d67091d5 (diff) | |
| download | DHG_packages-c6d5a9ca05e00ab976c2acbb4bd5bdd3e5059df9.tar.gz | |
haskell-xml-hamlet: Enable compat level 9
Diffstat (limited to 'p/haskell-xml-hamlet')
| -rw-r--r-- | p/haskell-xml-hamlet/debian/changelog | 6 | ||||
| -rw-r--r-- | p/haskell-xml-hamlet/debian/compat | 2 | ||||
| -rw-r--r-- | p/haskell-xml-hamlet/debian/control | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/p/haskell-xml-hamlet/debian/changelog b/p/haskell-xml-hamlet/debian/changelog index 989554182..9b23017dd 100644 --- a/p/haskell-xml-hamlet/debian/changelog +++ b/p/haskell-xml-hamlet/debian/changelog @@ -1,3 +1,9 @@ +haskell-xml-hamlet (0.4.0.4-2) UNRELEASED; urgency=low + + * Enable compat level 9 + + -- Joachim Breitner <nomeata@debian.org> Fri, 24 May 2013 09:55:33 +0200 + haskell-xml-hamlet (0.4.0.4-1) experimental; urgency=low * New upstream version. diff --git a/p/haskell-xml-hamlet/debian/compat b/p/haskell-xml-hamlet/debian/compat index c7930257d..ec635144f 100644 --- a/p/haskell-xml-hamlet/debian/compat +++ b/p/haskell-xml-hamlet/debian/compat @@ -1 +1 @@ -7
\ No newline at end of file +9 diff --git a/p/haskell-xml-hamlet/debian/control b/p/haskell-xml-hamlet/debian/control index b675d8f64..f5855f565 100644 --- a/p/haskell-xml-hamlet/debian/control +++ b/p/haskell-xml-hamlet/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 |
