diff options
author | Jasper Van der Jeugt <m@jaspervdj.be> | 2013-03-30 11:23:45 +0100 |
---|---|---|
committer | Jasper Van der Jeugt <m@jaspervdj.be> | 2013-03-30 11:23:45 +0100 |
commit | 393a08594d3c98b9f47692890edbb31b1bf860c2 (patch) | |
tree | 93085726d05096ea024dddb6fba17cb5a33355ff | |
parent | 4052712f9a78f0481629c11cf41450135f7f9dd6 (diff) | |
download | hakyll-393a08594d3c98b9f47692890edbb31b1bf860c2.tar.gz |
Bump bytestring dependency for NFData instance
-rw-r--r-- | hakyll.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hakyll.cabal b/hakyll.cabal index 4a555b9..d34aabc 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -139,7 +139,7 @@ Library binary >= 0.5 && < 0.8, blaze-html >= 0.5 && < 0.7, blaze-markup >= 0.5.1 && < 0.6, - bytestring >= 0.9 && < 0.11, + bytestring >= 0.10 && < 0.11, citeproc-hs >= 0.3.2 && < 0.4, containers >= 0.3 && < 0.6, cryptohash >= 0.7 && < 0.9, @@ -213,7 +213,7 @@ Test-suite hakyll-tests binary >= 0.5 && < 0.8, blaze-html >= 0.5 && < 0.7, blaze-markup >= 0.5.1 && < 0.6, - bytestring >= 0.9 && < 0.11, + bytestring >= 0.10 && < 0.11, citeproc-hs >= 0.3.2 && < 0.4, containers >= 0.3 && < 0.6, cryptohash >= 0.7 && < 0.9, |