From 70b76bb6337a847976fbc54331b7eee521c45ec0 Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Mon, 8 Jun 2015 13:37:11 -0700
Subject: [PATCH] Bump cmark version to >= 0.3.4.

---
 pandoc.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pandoc.cabal b/pandoc.cabal
index 77201291b..2bff50e5e 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -274,7 +274,7 @@ Library
                  deepseq-generics >= 0.1 && < 0.2,
                  JuicyPixels >= 3.1.6.1 && < 3.3,
                  filemanip >= 0.3 && < 0.4,
-                 cmark >= 0.3.3 && < 0.4
+                 cmark >= 0.3.4 && < 0.4
   if flag(old-locale)
      Build-Depends: old-locale >= 1 && < 1.1,
                     time >= 1.2 && < 1.5