diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 11:53:10 +0400 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 11:53:10 +0400 |
| commit | 776c18fdbf5b0ac7b2df49f7bb194e70a3667d41 (patch) | |
| tree | d19c58bbade347d9bd8804d53b30468139f8e305 /p/haskell-csv-conduit/debian | |
| parent | 644ec015c52ab14decfaf3892e16e8615a4514d7 (diff) | |
| download | DHG_packages-776c18fdbf5b0ac7b2df49f7bb194e70a3667d41.tar.gz | |
haskell-csv-conduit: Enable compat level 9
Diffstat (limited to 'p/haskell-csv-conduit/debian')
| -rw-r--r-- | p/haskell-csv-conduit/debian/changelog | 6 | ||||
| -rw-r--r-- | p/haskell-csv-conduit/debian/compat | 2 | ||||
| -rw-r--r-- | p/haskell-csv-conduit/debian/control | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/p/haskell-csv-conduit/debian/changelog b/p/haskell-csv-conduit/debian/changelog index 52c4090bc..5a2182f99 100644 --- a/p/haskell-csv-conduit/debian/changelog +++ b/p/haskell-csv-conduit/debian/changelog @@ -1,3 +1,9 @@ +haskell-csv-conduit (0.5.1-2) UNRELEASED; urgency=low + + * Enable compat level 9 + + -- Joachim Breitner <nomeata@debian.org> Fri, 24 May 2013 09:53:10 +0200 + haskell-csv-conduit (0.5.1-1) experimental; urgency=low * New upstream version. diff --git a/p/haskell-csv-conduit/debian/compat b/p/haskell-csv-conduit/debian/compat index 7f8f011eb..ec635144f 100644 --- a/p/haskell-csv-conduit/debian/compat +++ b/p/haskell-csv-conduit/debian/compat @@ -1 +1 @@ -7 +9 diff --git a/p/haskell-csv-conduit/debian/control b/p/haskell-csv-conduit/debian/control index 2618d5e1c..dc30985f9 100644 --- a/p/haskell-csv-conduit/debian/control +++ b/p/haskell-csv-conduit/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 |
