From 6808e125e6281a200c18871d5c69d722001943d6 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Thu, 12 Nov 2020 05:11:34 +0800 Subject: Allow random 1.2 (#792) Builds fine and all tests pass here. --- hakyll.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hakyll.cabal b/hakyll.cabal index bd3bfdc..d481485 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -183,7 +183,7 @@ Library optparse-applicative >= 0.12 && < 0.16, parsec >= 3.0 && < 3.2, process >= 1.6 && < 1.7, - random >= 1.0 && < 1.2, + random >= 1.0 && < 1.3, regex-tdfa >= 1.1 && < 1.4, resourcet >= 1.1 && < 1.3, scientific >= 0.3.4 && < 0.4, -- cgit v1.2.3