From ba190861e8789918a1f828b85759ad418c6aa76a Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 27 Feb 2020 13:55:11 +0100 Subject: haskell-relude: avoid test suite failure when building with ghc-8.8.x --- pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pkgs/development') 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 3775f476454e..3160dfdd2d6e 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix @@ -94,4 +94,7 @@ self: super: { # Upstream ships a broken Setup.hs file. csv = overrideCabal super.csv (drv: { prePatch = "rm Setup.hs"; }); + # https://github.com/kowainik/relude/issues/241 + relude = dontCheck super.relude; + } -- cgit 1.4.1