summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2014-06-06 22:20:21 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2014-06-06 22:20:21 -0700
commitf011d24165a0d65b7a34fc86c1dfc002697e29ee (patch)
tree00ffabe00445bb9d888bfe7e93598ef000a9ed66 /pandoc.cabal
parentb2d75c67e41862f98163fc76d3151de2005f6e35 (diff)
Require aeson >= 0.7.0.5 to avoid build problems.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 501a25a45..be7d4977f 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -330,7 +330,7 @@ Executable pandoc
bytestring >= 0.9 && < 0.11,
extensible-exceptions >= 0.1 && < 0.2,
highlighting-kate >= 0.5.8.2 && < 0.6,
- aeson >= 0.7 && < 0.8,
+ aeson >= 0.7.0.5 && < 0.8,
yaml >= 0.8.8.2 && < 0.9,
containers >= 0.1 && < 0.6,
HTTP >= 4000.0.5 && < 4000.3