From f3c3acf27cba275911d62e3c1ff902074884e970 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Mon, 15 Mar 2021 23:41:39 +0800 Subject: Update some bounds (#838) All tests are passing here with the new versions. --- hakyll.cabal | 6 +++--- 1 file 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, -- cgit v1.2.3