aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-03-23 11:24:31 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-03-29 23:42:42 -0700
commitcbe32c2aebc26ee3de27500929e4b623b971fc8b (patch)
treeb56b9facd36c6ff6f6f5544dde86056b0092d2e1
parent34c6ff1f602cefa6c68af096a69bd1483e613606 (diff)
downloadpandoc-cbe32c2aebc26ee3de27500929e4b623b971fc8b.tar.gz
Require cmark 0.3.1.
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index c9f583c68..7bbdd9f0f 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -279,7 +279,7 @@ Library
deepseq-generics >= 0.1 && < 0.2,
JuicyPixels >= 3.1.6.1 && < 3.3,
filemanip >= 0.3 && < 0.4,
- cmark >= 0.3 && < 0.4
+ cmark >= 0.3.1 && < 0.4
if flag(old-locale)
Build-Depends: old-locale >= 1 && < 1.1,
time >= 1.2 && < 1.5