summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Yan <felixonmars@archlinux.org>2020-11-12 05:11:34 +0800
committerGitHub <noreply@github.com>2020-11-12 00:11:34 +0300
commit6808e125e6281a200c18871d5c69d722001943d6 (patch)
tree25b6674b64ad69940a8ad1c34dd444ab1cdf5012
parentd993b493856331cc1a67c216728097da1dfc9e3d (diff)
downloadhakyll-6808e125e6281a200c18871d5c69d722001943d6.tar.gz
Allow random 1.2 (#792)
Builds fine and all tests pass here.
-rw-r--r--hakyll.cabal2
1 files changed, 1 insertions, 1 deletions
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,