about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2024-01-13 20:13:09 +0100
committersternenseemann <sternenseemann@systemli.org>2024-01-13 20:13:09 +0100
commit429c0aea4b38f935bc674ef920dc4ed29578ae4b (patch)
treecb36fd4091ad0ae71b58e6acdc1eb79521406e01 /pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix
parentc2a3a06e0fbce8fac7238cf97448ff91aab4df23 (diff)
haskell.packages.ghc98.hourglass: disable broken test suite
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix1
1 files changed, 1 insertions, 0 deletions
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 e24dd6c6a101f..31f8781c2b4a4 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