From f980dbec97ddb8e518f3342ab0896ecda311c39f Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 7 Jul 2017 12:07:15 +0200 Subject: [PATCH] haskell-ChasingBottoms: jailbreak to fix build with ghc-8.2.x --- pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix index 2297fda171f..5794f05ebcc 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix @@ -67,5 +67,6 @@ self: super: { # Work around overly restrictive constraints on the version of 'base'. doctest = doJailbreak super.doctest; + ChasingBottoms = doJailbreak super.ChasingBottoms; }