summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2017-12-22 09:01:03 -0500
committerShea Levy <shea@shealevy.com>2017-12-22 09:01:03 -0500
commitbd424fdce942f84ec7cede939601964f127105c9 (patch)
tree5ca35194a78eea515e69bc464066182ae410add5 /pkgs
parente6c3dcfcf7ef39335a2462040b364e653dfb5574 (diff)
downloadnixlib-bd424fdce942f84ec7cede939601964f127105c9.tar
nixlib-bd424fdce942f84ec7cede939601964f127105c9.tar.gz
nixlib-bd424fdce942f84ec7cede939601964f127105c9.tar.bz2
nixlib-bd424fdce942f84ec7cede939601964f127105c9.tar.lz
nixlib-bd424fdce942f84ec7cede939601964f127105c9.tar.xz
nixlib-bd424fdce942f84ec7cede939601964f127105c9.tar.zst
nixlib-bd424fdce942f84ec7cede939601964f127105c9.zip
ghc-exactprint: Fix build on GHC-8.2
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix4
1 files changed, 4 insertions, 0 deletions
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;
+
 }