summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-09-17 08:34:43 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-09-17 08:34:43 -0700
commitc04d2437953fd7de45b1c9fd6c5483f79c4885e0 (patch)
tree446d31c5b474b5e538ae8de876413000e2459105
parent771faa8cbade8d2c9172a015a5710ff5e9c3fde8 (diff)
Depend on pandoc-types 1.12.1.
-rw-r--r--pandoc.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index b572dabc9..dc933fdb1 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -242,7 +242,7 @@ Library
xml >= 1.3.12 && < 1.4,
random >= 1 && < 1.1,
extensible-exceptions >= 0.1 && < 0.2,
- pandoc-types >= 1.12 && < 1.13,
+ pandoc-types >= 1.12.1 && < 1.13,
aeson >= 0.6 && < 0.7,
tagsoup >= 0.12.5 && < 0.14,
base64-bytestring >= 0.1 && < 1.1,
@@ -335,7 +335,7 @@ Library
Executable pandoc
Build-Depends: pandoc,
- pandoc-types >= 1.12 && < 1.13,
+ pandoc-types >= 1.12.1 && < 1.13,
base >= 4.2 && <5,
directory >= 1 && < 1.3,
filepath >= 1.1 && < 1.4,
@@ -378,7 +378,7 @@ Test-Suite test-pandoc
Build-Depends: base >= 4.2 && < 5,
syb >= 0.1 && < 0.5,
pandoc,
- pandoc-types >= 1.12 && < 1.13,
+ pandoc-types >= 1.12.1 && < 1.13,
bytestring >= 0.9 && < 0.11,
text >= 0.11 && < 0.12,
directory >= 1 && < 1.3,