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-12 11:51:08 +0100
committersternenseemann <sternenseemann@systemli.org>2024-01-12 11:51:08 +0100
commit3a808c92f8c01f940425cfa41556d4e39f994d5c (patch)
tree54964fd55f9d489f7ed5926e65c1c1b79acc45fb /pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix
parent3cab1ed4499aa12a008fef15395ff23b11ce5c4c (diff)
haskellPackages.hiedb: 0.4.4.0 -> 0.5.0.0
GHC 9.8.1 fixes included.
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.nix6
1 files changed, 0 insertions, 6 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 92177fcd07404..e24dd6c6a101f 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix
@@ -103,12 +103,6 @@ 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.*
-  # https://github.com/wz1000/HieDb/issues/64
-  hiedb = overrideCabal (drv: {
-    testFlags = drv.testFlags or [ ] ++ [
-      "--match" "!/hiedb/Command line/point-info/correctly prints type signatures/"
-    ];
-  }) super.hiedb;
 
   #
   # Other build fixes