[Pkg-haskell-commits] [package-plan] 378/457: Patch yesod-markdown for pandoc 1.12
Joachim Breitner
nomeata at moszumanska.debian.org
Mon Apr 14 20:05:50 UTC 2014
This is an automated email from the git hooks/post-receive script.
nomeata pushed a commit to branch master
in repository package-plan.
commit d9204cdc2a7925c00a405fce9cbb69575aa379c8
Author: Colin Watson <cjwatson at debian.org>
Date: Thu Jan 2 05:18:02 2014 +0000
Patch yesod-markdown for pandoc 1.12
---
patches/yesod-markdown/0.8.1/newer-pandoc.patch | 18 ++++++++++++++++++
patches/yesod-markdown/0.8.1/series | 1 +
2 files changed, 19 insertions(+)
diff --git a/patches/yesod-markdown/0.8.1/newer-pandoc.patch b/patches/yesod-markdown/0.8.1/newer-pandoc.patch
new file mode 100644
index 0000000..a0d6149
--- /dev/null
+++ b/patches/yesod-markdown/0.8.1/newer-pandoc.patch
@@ -0,0 +1,18 @@
+Description: Allow pandoc 1.12
+Author: Colin Watson <cjwatson at debian.org>
+Forwarded: https://github.com/pbrisbin/yesod-markdown/pull/13
+Last-Update: 2014-01-02
+
+Index: b/yesod-markdown.cabal
+===================================================================
+--- a/yesod-markdown.cabal
++++ b/yesod-markdown.cabal
+@@ -17,7 +17,7 @@
+ build-depends: base >= 4 && < 5
+ , text >= 0.11 && < 0.12
+ , bytestring >= 0.9 && < 0.11
+- , pandoc >= 1.10 && < 1.12
++ , pandoc >= 1.10 && < 1.13
+ , blaze-html >= 0.5 && < 0.7
+ , blaze-markup >= 0.5 && < 0.7
+ , xss-sanitize >= 0.3.1 && < 0.4
diff --git a/patches/yesod-markdown/0.8.1/series b/patches/yesod-markdown/0.8.1/series
new file mode 100644
index 0000000..4490a0c
--- /dev/null
+++ b/patches/yesod-markdown/0.8.1/series
@@ -0,0 +1 @@
+newer-pandoc.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/package-plan.git
More information about the Pkg-haskell-commits
mailing list