summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2021-12-15 09:59:53 +0100
committersternenseemann <sternenseemann@systemli.org>2021-12-15 09:59:53 +0100
commita2e789192663ded6e27cd243837c865b67fc6d0f (patch)
tree9f51268366d23ce9456b2524e9087ebb9677f41c /pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
parentd3da112c8ccdc16615cdc1aa275a5d75482e2b9e (diff)
downloadnixpkgs-a2e789192663ded6e27cd243837c865b67fc6d0f.tar
nixpkgs-a2e789192663ded6e27cd243837c865b67fc6d0f.tar.gz
nixpkgs-a2e789192663ded6e27cd243837c865b67fc6d0f.tar.bz2
nixpkgs-a2e789192663ded6e27cd243837c865b67fc6d0f.tar.lz
nixpkgs-a2e789192663ded6e27cd243837c865b67fc6d0f.tar.xz
nixpkgs-a2e789192663ded6e27cd243837c865b67fc6d0f.tar.zst
nixpkgs-a2e789192663ded6e27cd243837c865b67fc6d0f.zip
haskell.packages.ghc901.ChasingBottoms: disable stale broken flag
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix1
1 files changed, 0 insertions, 1 deletions
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 9bbfa35d867..8a42854be78 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;