[Pkg-haskell-commits] darcs: tools: Patch yesod-markdown for pandoc 1.12

Colin Watson cjwatson at debian.org
Thu Jan 2 05:18:33 UTC 2014


Thu Jan  2 05:18:02 UTC 2014  Colin Watson <cjwatson at debian.org>
  * Patch yesod-markdown for pandoc 1.12

    A ./all-packages/patches/yesod-markdown/
    A ./all-packages/patches/yesod-markdown/0.8.1/
    A ./all-packages/patches/yesod-markdown/0.8.1/newer-pandoc.patch
    A ./all-packages/patches/yesod-markdown/0.8.1/series

Thu Jan  2 05:18:02 UTC 2014  Colin Watson <cjwatson at debian.org>
  * Patch yesod-markdown for pandoc 1.12
diff -rN -u old-tools/all-packages/patches/yesod-markdown/0.8.1/newer-pandoc.patch new-tools/all-packages/patches/yesod-markdown/0.8.1/newer-pandoc.patch
--- old-tools/all-packages/patches/yesod-markdown/0.8.1/newer-pandoc.patch	1970-01-01 00:00:00.000000000 +0000
+++ new-tools/all-packages/patches/yesod-markdown/0.8.1/newer-pandoc.patch	2014-01-02 05:18:33.394042879 +0000
@@ -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 -rN -u old-tools/all-packages/patches/yesod-markdown/0.8.1/series new-tools/all-packages/patches/yesod-markdown/0.8.1/series
--- old-tools/all-packages/patches/yesod-markdown/0.8.1/series	1970-01-01 00:00:00.000000000 +0000
+++ new-tools/all-packages/patches/yesod-markdown/0.8.1/series	2014-01-02 05:18:33.394042879 +0000
@@ -0,0 +1 @@
+newer-pandoc.patch




More information about the Pkg-haskell-commits mailing list