diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 11:52:37 +0400 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 11:52:37 +0400 |
| commit | e43cf44fba9faacc4c9cce16c24331b01c82a97e (patch) | |
| tree | 1a4c20e4fb3d3945fa238f591d3a1ec6a48b40f1 /p/haskell-aeson | |
| parent | f837efdf748aa5ca253212738d3256a33d290fa4 (diff) | |
| download | DHG_packages-e43cf44fba9faacc4c9cce16c24331b01c82a97e.tar.gz | |
haskell-aeson: Enable compat level 9
Diffstat (limited to 'p/haskell-aeson')
| -rw-r--r-- | p/haskell-aeson/debian/changelog | 4 | ||||
| -rw-r--r-- | p/haskell-aeson/debian/compat | 2 | ||||
| -rw-r--r-- | p/haskell-aeson/debian/control | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/p/haskell-aeson/debian/changelog b/p/haskell-aeson/debian/changelog index a0aa2a3a3..09e565f0c 100644 --- a/p/haskell-aeson/debian/changelog +++ b/p/haskell-aeson/debian/changelog @@ -1,8 +1,12 @@ haskell-aeson (0.6.1.0-2) UNRELEASED; urgency=low + [ Colin Watson ] * Drop ghc-ghci build-dependency, since we take care to build without Template Haskell support on architectures that lack it. + [ Joachim Breitner ] + * Enable compat level 9 + -- Colin Watson <cjwatson@debian.org> Thu, 02 May 2013 22:09:47 +0100 haskell-aeson (0.6.1.0-1) experimental; urgency=low diff --git a/p/haskell-aeson/debian/compat b/p/haskell-aeson/debian/compat index 7f8f011eb..ec635144f 100644 --- a/p/haskell-aeson/debian/compat +++ b/p/haskell-aeson/debian/compat @@ -1 +1 @@ -7 +9 diff --git a/p/haskell-aeson/debian/control b/p/haskell-aeson/debian/control index decbf3f42..2fddbb644 100644 --- a/p/haskell-aeson/debian/control +++ b/p/haskell-aeson/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 (>= 7.4.2) |
