commit 65c48c819b642ef1a5d70a8d2260732f2991ee09
parent a3012909061aaf30553e5c5d0451c80d2f4b1755
Author: Marco Zocca <ocramz>
Date: Mon, 20 Jan 2020 16:25:24 +0100
pin containers lower bound
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mwc-probability.cabal b/mwc-probability.cabal
@@ -55,7 +55,7 @@ library
hs-source-dirs: src
build-depends:
base >= 4.8 && < 6
- , containers
+ , containers >= 0.6
, mwc-random > 0.13 && < 0.15
, primitive >= 0.6 && < 1.0
, transformers >= 0.5 && < 1.0