From dcff69a84019eb4a98d6a7eebd8bb921d97e5ddd Mon Sep 17 00:00:00 2001 From: Jens Nolte Date: Fri, 1 Oct 2021 13:04:50 +0200 Subject: [PATCH] haskell.packages.ghc921.ChasingBottoms: remove markBrokenVersion --- pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix index 386238cf39ca..a18f428d11f4 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix @@ -53,7 +53,7 @@ self: super: { # Jailbreaks & Version Updates async = doJailbreak super.async; - ChasingBottoms = markBrokenVersion "1.3.1.9" super.ChasingBottoms; + ChasingBottoms = doJailbreak super.ChasingBottoms; data-fix = doJailbreak super.data-fix; dec = doJailbreak super.dec; ed25519 = doJailbreak super.ed25519;