summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-04-14 17:06:38 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-04-14 17:06:38 -0700
commitd8d4ede4d66d85f81106a97ddc66927c2038b2d0 (patch)
tree8297282d8ec19ae0a34c175fbbbf660b07074201
parent714d4707b5a20c6c591a75dd03be56e61fe80a78 (diff)
Require yaml >= 0.8.8.2.
Otherwise we have problems with integers being rendered with decimal points.
-rw-r--r--pandoc.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 603e3715c..3e202484a 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -232,7 +232,7 @@ Library
blaze-html >= 0.5 && < 0.8,
blaze-markup >= 0.5.1 && < 0.7,
attoparsec >= 0.10 && < 0.12,
- yaml >= 0.8.3 && < 0.9,
+ yaml >= 0.8.8.2 && < 0.9,
vector >= 0.10 && < 0.11,
hslua >= 0.3 && < 0.4,
binary >= 0.5 && < 0.8
@@ -328,7 +328,7 @@ Executable pandoc
extensible-exceptions >= 0.1 && < 0.2,
highlighting-kate >= 0.5.6 && < 0.6,
aeson >= 0.6 && < 0.8,
- yaml >= 0.8.3 && < 0.9,
+ yaml >= 0.8.8.2 && < 0.9,
containers >= 0.1 && < 0.6,
HTTP >= 4000.0.5 && < 4000.3
Ghc-Options: -rtsopts -with-rtsopts=-K16m -Wall -fno-warn-unused-do-bind