From d9d2ac4360ed649ac220d2aeb5a53daacbff7058 Mon Sep 17 00:00:00 2001 From: Joe Kachmar Date: Fri, 29 May 2020 02:00:59 +0000 Subject: [PATCH] Restricts splitmix < 0.1 (#5399 #5271) --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0fc698e9..a993d839 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -12,7 +12,7 @@ packages: "Allan Lukwago @epicallan": - servant-errors - "Christian Charukiewicz @charukiewicz": + "Christian Charukiewicz @charukiewicz": - isbn "Koz Ross @kozross": @@ -4607,7 +4607,7 @@ packages: - special-values - splice - split - - splitmix + - splitmix < 0.1 # https://github.com/commercialhaskell/stackage/issues/5399 and and QuickCheck-2.14 - sql-words - stateref - statistics