haskell.packages.ghc94.hashtables: remove jailbreak

This commit is contained in:
Dennis Gosnell 2022-11-22 14:19:34 +09:00
parent 96024bde81
commit 39bc33d6b4

View file

@ -173,9 +173,6 @@ in {
jacinda = doDistribute super.jacinda;
some = doJailbreak super.some;
# 1.3 introduced support for GHC 9.2.x, so when this assert fails, the jailbreak can be removed
hashtables = assert super.hashtables.version == "1.2.4.2"; doJailbreak super.hashtables;
# 2022-08-01: Tests are broken on ghc 9.2.4: https://github.com/wz1000/HieDb/issues/46
hiedb = dontCheck super.hiedb;