From 2faa640f246294b57ce7d24c35608a111d61433a Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 9 May 2019 14:30:14 +0000 Subject: [PATCH] jailbreak Diff & disable ChasingBottoms test suite to fix build with ghc-8.8.x --- pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix index 30b61c72ad55..8a4431149130 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix @@ -51,6 +51,8 @@ self: super: { test-framework = doJailbreak super.test-framework; hashable = doJailbreak super.hashable; async = doJailbreak super.async; + Diff = dontCheck super.Diff; + ChasingBottoms = doJailbreak super.ChasingBottoms; # These packages don't work and need patching and/or an update. primitive = overrideSrc (doJailbreak super.primitive) {