summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2011-12-13 14:29:07 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2011-12-13 14:29:07 -0800
commit78816497f3d1691daf5c1a43f9bd8b8908f6f312 (patch)
tree7b2fc53ed32939bd3168a5c7d44067c8cfa4f83c /pandoc.cabal
parentbab0c333a09636eab7c0a6c572fcbd38ee5a1272 (diff)
Use pandoc-types 1.9.*.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 3d0efb31b..b05e00ef2 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -218,7 +218,7 @@ Library
random >= 1 && < 1.1,
extensible-exceptions >= 0.1 && < 0.2,
citeproc-hs >= 0.3.4 && < 0.4,
- pandoc-types == 1.8.*,
+ pandoc-types == 1.9.*,
json >= 0.4 && < 0.6,
dlist >= 0.4 && < 0.6,
tagsoup >= 0.12.5 && < 0.13,
@@ -306,7 +306,7 @@ Executable pandoc
random >= 1 && < 1.1,
extensible-exceptions >= 0.1 && < 0.2,
citeproc-hs >= 0.3.4 && < 0.4,
- pandoc-types == 1.8.*,
+ pandoc-types == 1.9.*,
json >= 0.4 && < 0.6,
dlist >= 0.4 && < 0.6,
tagsoup >= 0.12.5 && < 0.13,