summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-10-01 22:50:02 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-10-01 22:50:02 -0700
commitd6ccebdb2cbe9472649b6ca5e8396c904ea48018 (patch)
treefc5f26dfbac313c5e58c369bb65b0948467a7eaa /pandoc.cabal
parent3081fce90e3d260091897d96da917f821c34a463 (diff)
Require pandoc-types >= 1.12.2.2.
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 b8c40773a..a18e1cff4 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.2 && < 1.13,
+ pandoc-types >= 1.12.2.2 && < 1.13,
aeson >= 0.6 && < 0.7,
tagsoup >= 0.12.5 && < 0.14,
base64-bytestring >= 0.1 && < 1.1,
@@ -334,7 +334,7 @@ Library
Executable pandoc
Build-Depends: pandoc,
- pandoc-types >= 1.12.2 && < 1.13,
+ pandoc-types >= 1.12.2.2 && < 1.13,
base >= 4.2 && <5,
directory >= 1 && < 1.3,
filepath >= 1.1 && < 1.4,
@@ -380,7 +380,7 @@ Test-Suite test-pandoc
Build-Depends: base >= 4.2 && < 5,
syb >= 0.1 && < 0.5,
pandoc,
- pandoc-types >= 1.12.2 && < 1.13,
+ pandoc-types >= 1.12.2.2 && < 1.13,
bytestring >= 0.9 && < 0.11,
text >= 0.11 && < 0.12,
directory >= 1 && < 1.3,