From ae78f717238970ae9bf5e4dee4bc08ee7177ed1b Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Tue, 26 Jul 2022 13:20:35 +0200 Subject: [PATCH] haskellPackages.{superbuffer,list-t,stm-containers}: reenable tests HTF has been fixed a while ago actually, so these test suites can be built and executed again. For stm-containers, a bounds issue persists, though. --- pkgs/development/haskell-modules/configuration-common.nix | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index b762c5495635..327f850c0470 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1400,11 +1400,9 @@ self: super: { # $PWD/dist/build/haskeline-examples-Test to $PATH. haskeline_0_8_2 = dontCheck super.haskeline_0_8_2; - # Tests for list-t, superbuffer, and stm-containers - # depend on HTF and it is broken, 2020-08-23 - list-t = dontCheck super.list-t; - superbuffer = dontCheck super.superbuffer; - stm-containers = dontCheck super.stm-containers; + # Too strict upper bound on HTF + # https://github.com/nikita-volkov/stm-containers/issues/29 + stm-containers = doJailbreak super.stm-containers; # https://github.com/agrafix/Spock/issues/180 # Ignore Stackage LTS bound so we can compile Spock-core again. All other