summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2010-12-09 10:40:31 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2010-12-09 10:40:31 -0800
commit167eeef6cb68d7cf4b5bd94f6543f84543df8c8c (patch)
treea90560029d94da2de57228f4dce82df51e8fc575 /pandoc.cabal
parentbb609a85e3db8a25fbfac30858c8637eb6664fd6 (diff)
Added json format for reading and writing.
This is faster to parse than native.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal6
1 files changed, 4 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 0be9f27bf..c2cc7268a 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -167,7 +167,8 @@ Library
HTTP >= 4000.0.5, texmath >= 0.4, xml >= 1.3.5 && < 1.4,
random, extensible-exceptions,
citeproc-hs >= 0.3 && < 0.4,
- pandoc-types == 1.7.*
+ pandoc-types == 1.7.*,
+ json >= 0.4 && < 0.5
if impl(ghc >= 6.10)
Build-depends: base >= 4 && < 5, syb
else
@@ -238,7 +239,8 @@ Executable pandoc
HTTP >= 4000.0.5, texmath, xml >= 1.3.5 && < 1.4,
random, extensible-exceptions,
citeproc-hs >= 0.3 && < 0.4,
- pandoc-types == 1.7.*
+ pandoc-types == 1.7.*,
+ json >= 0.4 && < 0.5
if impl(ghc >= 6.10)
Build-depends: base >= 4 && < 5, syb
else