lol

haskell.packages.ghc924.hiedb: dontCheck

+3 -1
+3 -1
pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix
··· 190 190 implicit-hie-cradle = doJailbreak super.implicit-hie-cradle; 191 191 # 1.3 introduced support for GHC 9.2.x, so when this assert fails, the jailbreak can be removed 192 192 hashtables = assert super.hashtables.version == "1.2.4.2"; doJailbreak super.hashtables; 193 - hiedb = doJailbreak super.hiedb; 193 + 194 + # 2022-08-01: Tests are broken on ghc 9.2.4: https://github.com/wz1000/HieDb/issues/46 195 + hiedb = doJailbreak (dontCheck super.hiedb); 194 196 195 197 # 2022-02-05: The following plugins don‘t work yet on ghc9.2. 196 198 # Compare: https://haskell-language-server.readthedocs.io/en/latest/supported-versions.html