summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2012-08-07 22:48:48 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2012-08-07 22:48:48 -0700
commit7cfec2bcd9b1542e59c21ee80ca391abf5fdbf2a (patch)
treee326ba6feb0e6262fdf76983fb72943116bbe85f /pandoc.cabal
parentf9f6e5ec6fb8ff96228bba05384093cb86638408 (diff)
Require pandoc-types 1.10.*.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 9a19b11c7..83288bae2 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -214,7 +214,7 @@ Library
random >= 1 && < 1.1,
extensible-exceptions >= 0.1 && < 0.2,
citeproc-hs >= 0.3.4 && < 0.4,
- pandoc-types >= 1.9.0.2 && < 1.10,
+ pandoc-types >= 1.10 && < 1.11,
json >= 0.4 && < 0.6,
tagsoup >= 0.12.5 && < 0.13,
base64-bytestring >= 0.1 && < 0.2,
@@ -325,7 +325,7 @@ Executable pandoc
random >= 1 && < 1.1,
extensible-exceptions >= 0.1 && < 0.2,
citeproc-hs >= 0.3.4 && < 0.4,
- pandoc-types >= 1.9.0.2 && < 1.10,
+ pandoc-types >= 1.10 && < 1.11,
json >= 0.4 && < 0.6,
tagsoup >= 0.12.5 && < 0.13,
base64-bytestring >= 0.1 && < 0.2,
@@ -379,7 +379,7 @@ Test-Suite test-pandoc
else
Build-depends: base >= 3 && < 4
Build-Depends: pandoc,
- pandoc-types >= 1.9.0.2 && < 1.10,
+ pandoc-types >= 1.10 && < 1.11,
utf8-string >= 0.3 && < 0.4,
bytestring >= 0.9 && < 1.0,
directory >= 1 && < 1.2,