diff options
Diffstat (limited to 'pandoc.cabal')
-rw-r--r-- | pandoc.cabal | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 08e2bc415..727bae405 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -169,7 +169,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 @@ -240,7 +241,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 |