From 4972b6fa31962fc4e6db7f7a84e39bdb1ef5f023 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Fri, 20 Nov 2020 02:58:42 +0100 Subject: [PATCH] haskellPackages.pcg-random: Document when to reenable tests --- pkgs/development/haskell-modules/configuration-common.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 985487f40af..e512649ee45 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1477,8 +1477,10 @@ self: super: { # https://github.com/kowainik/stan/issues/408 # Tests disabled because of: https://github.com/kowainik/stan/issues/409 stan = doJailbreak (dontCheck super.stan); + # 2020-11-19: Disabling tests with this issue: https://github.com/cchalmers/pcg-random/issues/10 - pcg-random = dontCheck super.pcg-random; + # Issue has been fixed in 0.1.3.7, we can enable tests again, once stackage bumps the version + pcg-random = assert super.pcg-random.version == "0.1.3.6"; dontCheck super.pcg-random; # Use an already merged upstream patch fixing the build with primitive >= 0.7.2 # The version bounds were correctly specified before, so we need to jailbreak as well