summaryrefslogtreecommitdiff
path: root/hakyll.cabal
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2016-05-12 10:22:53 -0400
committerJasper Van der Jeugt <m@jaspervdj.be>2016-05-12 10:23:59 -0400
commitc7a1069658852d1b7cecb70edc9c267cb55a6da4 (patch)
tree169b9b7b0c6f1cf0f8c6c6b28f68350b2748951d /hakyll.cabal
parent8d51bcfe5c6aa7606d9cd9f291a4e657ecbee116 (diff)
downloadhakyll-c7a1069658852d1b7cecb70edc9c267cb55a6da4.tar.gz
Bump scientific dependency to 0.3.4
See #426
Diffstat (limited to 'hakyll.cabal')
-rw-r--r--hakyll.cabal2
1 files changed, 2 insertions, 0 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index d5e96b9..91d6e03 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -166,6 +166,7 @@ Library
regex-base >= 0.93 && < 0.94,
regex-tdfa >= 1.1 && < 1.3,
resourcet >= 1.1 && < 1.2,
+ scientific >= 0.3.4 && < 0.4,
tagsoup >= 0.13.1 && < 0.14,
text >= 0.11 && < 1.3,
time >= 1.4 && < 1.6,
@@ -256,6 +257,7 @@ Test-suite hakyll-tests
regex-base >= 0.93 && < 0.94,
regex-tdfa >= 1.1 && < 1.3,
resourcet >= 1.1 && < 1.2,
+ scientific >= 0.3.4 && < 0.4,
tagsoup >= 0.13.1 && < 0.14,
text >= 0.11 && < 1.3,
time >= 1.4 && < 1.6,