summaryrefslogtreecommitdiff
path: root/p/haskell-markdown
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2015-04-06 14:16:27 +0300
committerJoachim Breitner <mail@joachim-breitner.de>2015-04-06 14:16:27 +0300
commit0db599a99f760e16339adbcc2cb4b24de502eecc (patch)
tree5cbf510155ea8e45f675f5f9e97591984b575fac /p/haskell-markdown
parent5cbb7093f87e3a6bf19965d0c54e1f61ce9eeda3 (diff)
downloadDHG_packages-0db599a99f760e16339adbcc2cb4b24de502eecc.tar.gz
haskell-markdown: New upstream release
Diffstat (limited to 'p/haskell-markdown')
-rw-r--r--p/haskell-markdown/debian/changelog6
-rw-r--r--p/haskell-markdown/debian/control7
-rw-r--r--p/haskell-markdown/debian/patches/no-attoparsec-conduit.diff10
-rw-r--r--p/haskell-markdown/debian/patches/series1
4 files changed, 11 insertions, 13 deletions
diff --git a/p/haskell-markdown/debian/changelog b/p/haskell-markdown/debian/changelog
index 217475015..457eec07b 100644
--- a/p/haskell-markdown/debian/changelog
+++ b/p/haskell-markdown/debian/changelog
@@ -1,3 +1,9 @@
+haskell-markdown (0.1.13.1-1) UNRELEASED; urgency=medium
+
+ * New upstream release
+
+ -- Joachim Breitner <nomeata@debian.org> Mon, 06 Apr 2015 13:15:37 +0200
+
haskell-markdown (0.1.8-2) experimental; urgency=medium
* Depend on haskell-devscripts 0.9, found in experimental
diff --git a/p/haskell-markdown/debian/control b/p/haskell-markdown/debian/control
index d4e4325a2..8ef249c85 100644
--- a/p/haskell-markdown/debian/control
+++ b/p/haskell-markdown/debian/control
@@ -10,11 +10,13 @@ Build-Depends: debhelper (>= 9)
, ghc-prof
, libghc-attoparsec-dev (>= 0.10)
, libghc-attoparsec-prof
+ , libghc-blaze-markup-dev (>= 0.6)
+ , libghc-blaze-markup-prof
, libghc-blaze-html-dev (>= 0.4)
, libghc-blaze-html-prof
- , libghc-conduit-dev (>= 0.5.2.1)
+ , libghc-conduit-dev (>= 1.1)
, libghc-conduit-prof
- , libghc-conduit-extra-dev
+ , libghc-conduit-extra-dev (>= 1.1)
, libghc-conduit-extra-prof
, libghc-data-default-dev (>= 0.3)
, libghc-data-default-prof
@@ -27,6 +29,7 @@ Build-Depends: debhelper (>= 9)
, libghc-system-filepath-dev
Build-Depends-Indep: ghc-doc
, libghc-attoparsec-doc
+ , libghc-blaze-markup-doc
, libghc-blaze-html-doc
, libghc-conduit-doc
, libghc-conduit-extra-doc
diff --git a/p/haskell-markdown/debian/patches/no-attoparsec-conduit.diff b/p/haskell-markdown/debian/patches/no-attoparsec-conduit.diff
deleted file mode 100644
index ec521181e..000000000
--- a/p/haskell-markdown/debian/patches/no-attoparsec-conduit.diff
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/markdown.cabal
-+++ b/markdown.cabal
-@@ -23,7 +23,6 @@
- Build-depends: base >= 4 && < 5
- , blaze-html >= 0.4
- , attoparsec >= 0.10
-- , attoparsec-conduit >= 0.5
- , transformers >= 0.2.2
- , conduit >= 0.5.2.1
- , conduit-extra
diff --git a/p/haskell-markdown/debian/patches/series b/p/haskell-markdown/debian/patches/series
deleted file mode 100644
index 89ad6b722..000000000
--- a/p/haskell-markdown/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-no-attoparsec-conduit.diff