From 464db7088a29ef477bc3530f9f0b7e1661b2c657 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 9 May 2019 14:38:24 +0000 Subject: [PATCH] haskell-tasty-expected-failure: jailbreak to fix the build with ghc-8.8.x --- pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix | 1 + 1 file changed, 1 insertion(+) 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 80c62310dcd..47d868e3eb9 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix @@ -53,6 +53,7 @@ self: super: { async = doJailbreak super.async; Diff = dontCheck super.Diff; ChasingBottoms = doJailbreak super.ChasingBottoms; + tasty-expected-failure = doJailbreak super.tasty-expected-failure; # These packages don't work and need patching and/or an update. primitive = overrideSrc (doJailbreak super.primitive) {