From 39bc33d6b42c6f5e8ef2560ba9258e7be1f52f6c Mon Sep 17 00:00:00 2001 From: Dennis Gosnell Date: Tue, 22 Nov 2022 14:19:34 +0900 Subject: [PATCH] haskell.packages.ghc94.hashtables: remove jailbreak --- pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix index 7d036ff0e64b..4db2b1b68c7a 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix @@ -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;