diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2012-02-05 23:37:45 -0800 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2012-02-05 23:37:45 -0800 |
commit | 8173625059c198156f600a2704918b39cab1f032 (patch) | |
tree | b343778574643e9cf7a465316b618ee0e7cf117b | |
parent | b63f924787a37b538de2a16581d41436dfb7e148 (diff) | |
download | pandoc-8173625059c198156f600a2704918b39cab1f032.tar.gz |
Allow json 0.4.
Otherwise we can't compile on ghc 6.12.
-rw-r--r-- | pandoc.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 258c248e7..75439038a 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -209,7 +209,7 @@ Library extensible-exceptions >= 0.1 && < 0.2, citeproc-hs >= 0.3.4 && < 0.4, pandoc-types >= 1.9.0.2 && < 1.10, - json >= 0.5 && < 0.6, + json >= 0.4 && < 0.6, tagsoup >= 0.12.5 && < 0.13, base64-bytestring >= 0.1 && < 0.2, zlib >= 0.5 && <= 0.6, @@ -302,7 +302,7 @@ Executable pandoc extensible-exceptions >= 0.1 && < 0.2, citeproc-hs >= 0.3.4 && < 0.4, pandoc-types >= 1.9.0.2 && < 1.10, - json >= 0.5 && < 0.6, + json >= 0.4 && < 0.6, tagsoup >= 0.12.5 && < 0.13, base64-bytestring >= 0.1 && < 0.2, zlib >= 0.5 && <= 0.6, |