summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-05-16 08:32:42 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-05-16 08:32:42 -0700
commit9e2d22b148124e090aa07b4ba7e27f75397ade7d (patch)
treefea8cd2f92634ebd53effc38250111f8a5bd155b
parent8de5daed57b2d588fa53d939a9e04864b3e3527a (diff)
parent46e7bcae69c7161541bf83df608f93bd27595c9c (diff)
Merge pull request #1306 from snoyberg/patch-1
Allow scientific 0.3
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index ec32c8c35..8ce77c8f0 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -234,7 +234,7 @@ Library
blaze-markup >= 0.5.1 && < 0.7,
attoparsec >= 0.10 && < 0.12,
yaml >= 0.8.8.2 && < 0.9,
- scientific >= 0.2 && < 0.3,
+ scientific >= 0.2 && < 0.4,
vector >= 0.10 && < 0.11,
hslua >= 0.3 && < 0.4,
binary >= 0.5 && < 0.8