diff options
-rw-r--r-- | p/c2hs/debian/changelog | 6 | ||||
-rw-r--r-- | p/c2hs/debian/control | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/p/c2hs/debian/changelog b/p/c2hs/debian/changelog index d654dc52c..986cf9cab 100644 --- a/p/c2hs/debian/changelog +++ b/p/c2hs/debian/changelog @@ -1,3 +1,9 @@ +c2hs (0.17.2-2) UNRELEASED; urgency=medium + + * Depend on haskell-devscripts 0.9, found in experimental + + -- Joachim Breitner <nomeata@debian.org> Sat, 20 Dec 2014 16:56:05 +0100 + c2hs (0.17.2-1) unstable; urgency=medium * New upstream release diff --git a/p/c2hs/debian/control b/p/c2hs/debian/control index ba3f9cdad..06c3285a4 100644 --- a/p/c2hs/debian/control +++ b/p/c2hs/debian/control @@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.14), cdbs, ghc, - haskell-devscripts (>= 0.8.13), + haskell-devscripts (>= 0.9), alex, happy, libghc-language-c-dev (>= 0.4.2), |