summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2017-07-07 12:19:42 +0200
committerPeter Simons <simons@cryp.to>2017-07-13 08:44:18 +0200
commit26762f1e1e94288b27d695e42d4bc76c0bb071b7 (patch)
tree891024460ee5fbcf52a9242b41cfadb0ba3b012c /pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix
parent0ee5424ebfa7aa87f65fb58cd325536a024c09f8 (diff)
downloadnixlib-26762f1e1e94288b27d695e42d4bc76c0bb071b7.tar
nixlib-26762f1e1e94288b27d695e42d4bc76c0bb071b7.tar.gz
nixlib-26762f1e1e94288b27d695e42d4bc76c0bb071b7.tar.bz2
nixlib-26762f1e1e94288b27d695e42d4bc76c0bb071b7.tar.lz
nixlib-26762f1e1e94288b27d695e42d4bc76c0bb071b7.tar.xz
nixlib-26762f1e1e94288b27d695e42d4bc76c0bb071b7.tar.zst
nixlib-26762f1e1e94288b27d695e42d4bc76c0bb071b7.zip
haskell-base-orphans: disable test suite to avoid build failures with ghc-8.2.x
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix3
1 files changed, 3 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 2373fda66d24..4b848478fa9f 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix
@@ -68,4 +68,7 @@ self: super: {
   # Work around overly restrictive constraints on the version of 'base'.
   ChasingBottoms = doJailbreak super.ChasingBottoms;
 
+  # https://github.com/haskell-compat/base-orphans/issues/42
+  base-orphans = dontCheck super.base-orphans;
+
 }