From 429c0aea4b38f935bc674ef920dc4ed29578ae4b Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sat, 13 Jan 2024 20:13:09 +0100 Subject: [PATCH] haskell.packages.ghc98.hourglass: disable broken test suite --- pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix index e24dd6c6a101..31f8781c2b4a 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix @@ -103,6 +103,7 @@ self: super: { # unordered-containers = dontCheck super.unordered-containers; # ChasingBottoms doesn't support base 4.20 lifted-base = dontCheck super.lifted-base; # doesn't compile with transformers == 0.6.* + hourglass = dontCheck super.hourglass; # umaintained, test suite doesn't compile anymore # # Other build fixes