From 0c4001f48ca136d7ed9ebd6da7861c551f944ffb Mon Sep 17 00:00:00 2001 From: Alexey Kuleshevich Date: Fri, 4 Dec 2020 05:06:50 +0300 Subject: [PATCH] Allow new version of splitmix-0.1.x in --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e3c8b53d..a19aedb6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4982,7 +4982,6 @@ packages: # To close this, we may need to set flags.QuickCheck.old-random = true unless we've updated to random 1.2 - QuickCheck < 2.14 - quickcheck-instances < 0.3.24 - - splitmix < 0.1 - binary-instances < 1.0.1 # https://github.com/commercialhaskell/stackage/issues/5349