From a2e789192663ded6e27cd243837c865b67fc6d0f Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Wed, 15 Dec 2021 09:59:53 +0100 Subject: [PATCH] haskell.packages.ghc901.ChasingBottoms: disable stale broken flag --- pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix index 9bbfa35d8676..8a42854be785 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix @@ -49,7 +49,6 @@ self: super: { # Jailbreaks & Version Updates async = doJailbreak super.async; - ChasingBottoms = markBrokenVersion "1.3.1.9" super.ChasingBottoms; data-fix = doJailbreak super.data-fix; dec = doJailbreak super.dec; ed25519 = doJailbreak super.ed25519;