From bd424fdce942f84ec7cede939601964f127105c9 Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Fri, 22 Dec 2017 09:01:03 -0500 Subject: ghc-exactprint: Fix build on GHC-8.2 --- pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pkgs') 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 1522e42d6e66..2d3833fb2d88 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix @@ -71,4 +71,8 @@ self: super: { # https://github.com/aristidb/aws/issues/238 aws = doJailbreak super.aws; + # Upstream failed to distribute the testsuite for 8.2 + # https://github.com/alanz/ghc-exactprint/pull/60 + ghc-exactprint = dontCheck super.ghc-exactprint; + } -- cgit 1.4.1