summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--p/c2hs/debian/changelog8
-rw-r--r--p/c2hs/debian/control4
2 files changed, 8 insertions, 4 deletions
diff --git a/p/c2hs/debian/changelog b/p/c2hs/debian/changelog
index 16788d48c..a303575df 100644
--- a/p/c2hs/debian/changelog
+++ b/p/c2hs/debian/changelog
@@ -1,9 +1,13 @@
-c2hs (0.27.1-2) UNRELEASED; urgency=medium
+c2hs (0.28.1-1) unstable; urgency=medium
+ [ Dmitry Bogatov ]
* Use secure (https) uri in Vcs-Git field in 'debian/control'
* Bump standards version to 3.9.8 (no changes needed)
- -- Dmitry Bogatov <KAction@gnu.org> Tue, 10 May 2016 09:34:41 +0300
+ [ Joachim Breitner ]
+ * New upstream release
+
+ -- Joachim Breitner <nomeata@debian.org> Sat, 28 May 2016 13:24:59 +0200
c2hs (0.27.1-1) unstable; urgency=medium
diff --git a/p/c2hs/debian/control b/p/c2hs/debian/control
index 5e5067e29..c856c1f48 100644
--- a/p/c2hs/debian/control
+++ b/p/c2hs/debian/control
@@ -10,9 +10,9 @@ Build-Depends: debhelper (>= 9),
haskell-devscripts (>= 0.10),
alex,
happy,
- libghc-language-c-dev (>= 0.4.7),
- libghc-language-c-dev (<< 0.5),
libghc-dlist-dev,
+ libghc-language-c-dev (>= 0.5),
+ libghc-language-c-dev (<< 0.6),
docbook,
docbook-xsl,
xsltproc,