diff options
author | Felix Yan <felixonmars@archlinux.org> | 2021-03-15 23:41:39 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-15 18:41:39 +0300 |
commit | f3c3acf27cba275911d62e3c1ff902074884e970 (patch) | |
tree | df2bf98bb456b5b4a5d1d615dc7602f5df92927b | |
parent | 59871e1f0928915a79543403d85f8661b8a5d6b2 (diff) | |
download | hakyll-f3c3acf27cba275911d62e3c1ff902074884e970.tar.gz |
Update some bounds (#838)
All tests are passing here with the new versions.
-rw-r--r-- | hakyll.cabal | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hakyll.cabal b/hakyll.cabal index c582934..b6b44d0 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -175,7 +175,7 @@ Library blaze-markup >= 0.5.1 && < 0.9, bytestring >= 0.9 && < 0.11, containers >= 0.3 && < 0.7, - cryptonite >= 0.25 && < 0.28, + cryptonite >= 0.25 && < 0.29, data-default >= 0.4 && < 0.8, deepseq >= 1.3 && < 1.5, directory >= 1.2.7.0 && < 1.4, @@ -185,7 +185,7 @@ Library memory >= 0.14.18 && < 0.16, mtl >= 1 && < 2.3, network-uri >= 2.6 && < 2.7, - optparse-applicative >= 0.12 && < 0.16, + optparse-applicative >= 0.12 && < 0.17, parsec >= 3.0 && < 3.2, process >= 1.6 && < 1.7, random >= 1.0 && < 1.3, @@ -270,7 +270,7 @@ Test-suite hakyll-tests Build-Depends: hakyll, QuickCheck >= 2.8 && < 2.15, - tasty >= 0.11 && < 1.4, + tasty >= 0.11 && < 1.5, tasty-golden >= 2.3 && < 2.4, tasty-hunit >= 0.9 && < 0.11, tasty-quickcheck >= 0.8 && < 0.11, |