[Pkg-haskell-commits] darcs: haskell-markdown: New upstream release
Joachim Breitner
mail at joachim-breitner.de
Mon Apr 6 19:15:21 UTC 2015
Mon Apr 6 11:16:27 UTC 2015 Joachim Breitner <mail at joachim-breitner.de>
* New upstream release
M ./changelog +6
R ./patches/no-attoparsec-conduit.diff
R ./patches/series
R ./patches/
M ./control -2 +5
Mon Apr 6 11:16:27 UTC 2015 Joachim Breitner <mail at joachim-breitner.de>
* New upstream release
diff -rN -u old-haskell-markdown/changelog new-haskell-markdown/changelog
--- old-haskell-markdown/changelog 2015-04-06 19:15:21.360078711 +0000
+++ new-haskell-markdown/changelog 2015-04-06 19:15:21.364078710 +0000
@@ -1,3 +1,9 @@
+haskell-markdown (0.1.13.1-1) UNRELEASED; urgency=medium
+
+ * New upstream release
+
+ -- Joachim Breitner <nomeata at 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 -rN -u old-haskell-markdown/control new-haskell-markdown/control
--- old-haskell-markdown/control 2015-04-06 19:15:21.356078712 +0000
+++ new-haskell-markdown/control 2015-04-06 19:15:21.364078710 +0000
@@ -10,11 +10,13 @@
, 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 @@
, 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 -rN -u old-haskell-markdown/patches/no-attoparsec-conduit.diff new-haskell-markdown/patches/no-attoparsec-conduit.diff
--- old-haskell-markdown/patches/no-attoparsec-conduit.diff 2015-04-06 19:15:21.360078711 +0000
+++ new-haskell-markdown/patches/no-attoparsec-conduit.diff 1970-01-01 00:00:00.000000000 +0000
@@ -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 -rN -u old-haskell-markdown/patches/series new-haskell-markdown/patches/series
--- old-haskell-markdown/patches/series 2015-04-06 19:15:21.360078711 +0000
+++ new-haskell-markdown/patches/series 1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-no-attoparsec-conduit.diff
More information about the Pkg-haskell-commits
mailing list