[Pkg-haskell-commits] darcs: haskell-yesod-markdown: Allow pandoc 1.12.

Colin Watson cjwatson at debian.org
Thu Jan 2 05:19:55 UTC 2014


Thu Jan  2 05:19:50 UTC 2014  Colin Watson <cjwatson at debian.org>
  * Allow pandoc 1.12.

    M ./changelog +4
    M ./control -1 +1
    A ./patches/
    A ./patches/newer-pandoc.patch
    A ./patches/series

Thu Jan  2 05:19:50 UTC 2014  Colin Watson <cjwatson at debian.org>
  * Allow pandoc 1.12.
diff -rN -u old-haskell-yesod-markdown/changelog new-haskell-yesod-markdown/changelog
--- old-haskell-yesod-markdown/changelog	2014-01-02 05:19:55.214048142 +0000
+++ new-haskell-yesod-markdown/changelog	2014-01-02 05:19:55.218048143 +0000
@@ -1,7 +1,11 @@
 haskell-yesod-markdown (0.8.1-2) UNRELEASED; urgency=low
 
+  [ Joachim Breitner ]
   * Adjust watch file to new hackage layout
 
+  [ Colin Watson ]
+  * Allow pandoc 1.12.
+
  -- Joachim Breitner <nomeata at debian.org>  Sat, 05 Oct 2013 18:22:20 +0200
 
 haskell-yesod-markdown (0.8.1-1) unstable; urgency=low
diff -rN -u old-haskell-yesod-markdown/control new-haskell-yesod-markdown/control
--- old-haskell-yesod-markdown/control	2014-01-02 05:19:55.214048142 +0000
+++ new-haskell-yesod-markdown/control	2014-01-02 05:19:55.218048143 +0000
@@ -18,7 +18,7 @@
  , libghc-hamlet-dev (<< 1.2)
  , libghc-hamlet-prof
  , libghc-pandoc-dev (>> 1.10)
- , libghc-pandoc-dev (<< 1.12)
+ , libghc-pandoc-dev (<< 1.13)
  , libghc-pandoc-prof
  , libghc-persistent-dev (>> 0.9)
  , libghc-persistent-prof
diff -rN -u old-haskell-yesod-markdown/patches/newer-pandoc.patch new-haskell-yesod-markdown/patches/newer-pandoc.patch
--- old-haskell-yesod-markdown/patches/newer-pandoc.patch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-yesod-markdown/patches/newer-pandoc.patch	2014-01-02 05:19:55.218048143 +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-haskell-yesod-markdown/patches/series new-haskell-yesod-markdown/patches/series
--- old-haskell-yesod-markdown/patches/series	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-yesod-markdown/patches/series	2014-01-02 05:19:55.222048143 +0000
@@ -0,0 +1 @@
+newer-pandoc.patch




More information about the Pkg-haskell-commits mailing list