summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2017-06-17 14:03:16 -0400
committerClint Adams <clint@debian.org>2017-06-18 10:46:17 -0400
commit0130a02ebe9eae68aeb04b7476fd63a5a191b329 (patch)
tree6aed434101e89fd0b0907b2c3a92224e059b7953
parente64e9cb17d1f36e157ae79aea648dc285b329dd9 (diff)
downloadDHG_packages-0130a02ebe9eae68aeb04b7476fd63a5a191b329.tar.gz
cmark: Upgrading from 0.5.3.1 to 0.5.5.1
-rw-r--r--p/haskell-cmark/debian/changelog6
-rw-r--r--p/haskell-cmark/debian/control7
2 files changed, 11 insertions, 2 deletions
diff --git a/p/haskell-cmark/debian/changelog b/p/haskell-cmark/debian/changelog
index d92b47b7c..2b5f0116c 100644
--- a/p/haskell-cmark/debian/changelog
+++ b/p/haskell-cmark/debian/changelog
@@ -1,3 +1,9 @@
+haskell-cmark (0.5.5.1-1) unstable; urgency=medium
+
+ * New upstream release
+
+ -- Clint Adams <clint@debian.org> Sat, 17 Jun 2017 14:03:16 -0400
+
haskell-cmark (0.5.3.1-3) unstable; urgency=medium
* Upload to unstable as part of GHC 8 transition.
diff --git a/p/haskell-cmark/debian/control b/p/haskell-cmark/debian/control
index 67374638d..a673b06cc 100644
--- a/p/haskell-cmark/debian/control
+++ b/p/haskell-cmark/debian/control
@@ -9,15 +9,18 @@ Build-Depends:
ghc (>= 8),
ghc-prof,
haskell-devscripts (>= 0.13),
- libghc-hunit-dev (<< 1.4),
+ libghc-text-dev (>= 1.0),
+ libghc-text-dev (<< 1.3),
+ libghc-text-prof,
libghc-hunit-dev (>= 1.2),
+ libghc-hunit-dev (<< 1.7),
libghc-text-dev,
libghc-text-dev (<< 1.3),
libghc-text-dev (>= 1.0),
libghc-text-prof,
Build-Depends-Indep: ghc-doc, libghc-text-doc
Standards-Version: 3.9.8
-Homepage: https://github.com/jgm/commonmark-hs
+Homepage: https://github.com/jgm/cmark-hs
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-cmark
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
X-Description: fast, accurate CommonMark (Markdown) parser and renderer