From e8c4855cd35773629e52815623a8fee1b9ac106f Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Wed, 16 Dec 2020 01:51:33 +0800 Subject: [PATCH] Allow random 1.2 Builds fine and all tests pass here. --- brittany.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brittany.cabal b/brittany.cabal index a33136b..d3fc87f 100644 --- a/brittany.cabal +++ b/brittany.cabal @@ -120,7 +120,7 @@ library { , czipwith >=1.0.1.0 && <1.1 , ghc-boot-th >=8.6.1 && <8.11 , filepath >=1.4.1.0 && <1.5 - , random >= 1.1 && <1.2 + , random >= 1.1 && <1.3 } default-extensions: { CPP