about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2024-02-26 08:44:37 +0100
committerPeter Simons <simons@cryp.to>2024-02-26 08:44:37 +0100
commit58ea15575b8943fd80611aabb8259dfed7b44b49 (patch)
tree3e0f4e50a6d3908f74f4eac37d7fcd31a9828ba0 /pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix
parent858108a105094e63d6d7a35ec4ea93090f7f2a45 (diff)
bsb-http-chunked: disable tests in ghc-9.8.x package set to fix the build
https://github.com/sjakobi/bsb-http-chunked/issues/45
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 112976616f2d7..f1aeb164724be 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix
@@ -106,6 +106,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
+  bsb-http-chunked = dontCheck super.bsb-http-chunked; # umaintained, test suite doesn't compile anymore
 
   #
   # Other build fixes