about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2024-03-13 13:25:12 +0100
committersternenseemann <sternenseemann@systemli.org>2024-03-13 13:25:12 +0100
commitbc1d6b30af6c7dbe1402645cf2c68b321555a8e3 (patch)
treefd4eacf018f416f81c4219dc9f9f8bf588690520 /pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
parent9e0e89d13cf3949328af8ca0e353c9e684695f54 (diff)
downloadnixlib-bc1d6b30af6c7dbe1402645cf2c68b321555a8e3.tar
nixlib-bc1d6b30af6c7dbe1402645cf2c68b321555a8e3.tar.gz
nixlib-bc1d6b30af6c7dbe1402645cf2c68b321555a8e3.tar.bz2
nixlib-bc1d6b30af6c7dbe1402645cf2c68b321555a8e3.tar.lz
nixlib-bc1d6b30af6c7dbe1402645cf2c68b321555a8e3.tar.xz
nixlib-bc1d6b30af6c7dbe1402645cf2c68b321555a8e3.tar.zst
nixlib-bc1d6b30af6c7dbe1402645cf2c68b321555a8e3.zip
haskellPackages.hw-fingertree: unify overrides
The test suite problem is universal. The workaround for it also alleviates the problem with GHC 9.8
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
index 726ced3e65d4..e46a36dea4bc 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
@@ -109,7 +109,6 @@ self: super: {
   servant-lucid = doJailbreak super.servant-lucid;
 
   lifted-base = dontCheck super.lifted-base;
-  hw-fingertree = dontCheck super.hw-fingertree;
   hw-prim = dontCheck (doJailbreak super.hw-prim);
   stm-containers = dontCheck super.stm-containers;
   regex-tdfa = dontCheck super.regex-tdfa;