From 3f0c2996b012d5eba6f9c5343d209d8e0004c62a Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Mon, 18 May 2026 11:11:39 +0200 Subject: [PATCH] haskellPackages.test-framework: run tests --- pkgs/development/haskell-modules/configuration-common.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index fff9fd7360cb..8f3b03f2dfea 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1040,9 +1040,6 @@ with haskellLib; # This packages compiles 4+ hours on a fast machine. That's just unreasonable. CHXHtml = dontDistribute super.CHXHtml; - # Avoid "QuickCheck >=2.3 && <2.10" dependency we cannot fulfill in lts-11.x. - test-framework = dontCheck super.test-framework; - # Test suite won't compile against tasty-hunit 0.10.x. binary-parsers = dontCheck super.binary-parsers;