From 1731be12d8eee05581e065d515f5dfc3b91da227 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 1 Aug 2020 11:50:32 -0700 Subject: [PATCH] Disable bound on `splitmix`, add back bound on `QuickCheck` (#5566) --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 77d469d5..1b6de98e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4378,7 +4378,7 @@ packages: - NumInstances - Only - ParsecTools - - QuickCheck # 2.14 # https://github.com/commercialhaskell/stackage/issues/5566 + - QuickCheck < 2.14 # https://github.com/commercialhaskell/stackage/issues/5566 - RSA - aeson-compat - aeson-extra < 0 # via semialign @@ -4701,7 +4701,7 @@ packages: - special-values - splice - split - - splitmix # 0.1 # https://github.com/commercialhaskell/stackage/issues/5399 and and QuickCheck-2.14 + - splitmix - sql-words - stateref - statistics