From 73af2522be0648a523cf9368358de722dcc58419 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 27 Feb 2020 14:17:50 +0100 Subject: [PATCH] haskell-ChasingBottoms: jailbreak to fix build with ghc-8.10.x --- pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix index 734e6ac2977..f9e9e189a9a 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix @@ -44,6 +44,7 @@ self: super: { # Jailbreak to fix the build. async = doJailbreak super.async; + ChasingBottoms = doJailbreak super.ChasingBottoms; hashable = doJailbreak super.hashable; parallel = doJailbreak super.parallel; regex-base = doJailbreak super.regex-base;