summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghcjs.nix
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2018-06-10 15:06:24 -0400
committerMatthew Bauer <mjbauer95@gmail.com>2018-06-10 15:07:02 -0400
commit5a216cd7ed6e6c6e3694e1708ad3d499cb0b9d99 (patch)
treedbce34436fc273dc59e11ce0dcd1503f901faf1a /pkgs/development/haskell-modules/configuration-ghcjs.nix
parentaa18847e004293a0bc7239d9e6d22922dc51d690 (diff)
downloadnixpkgs-5a216cd7ed6e6c6e3694e1708ad3d499cb0b9d99.tar
nixpkgs-5a216cd7ed6e6c6e3694e1708ad3d499cb0b9d99.tar.gz
nixpkgs-5a216cd7ed6e6c6e3694e1708ad3d499cb0b9d99.tar.bz2
nixpkgs-5a216cd7ed6e6c6e3694e1708ad3d499cb0b9d99.tar.lz
nixpkgs-5a216cd7ed6e6c6e3694e1708ad3d499cb0b9d99.tar.xz
nixpkgs-5a216cd7ed6e6c6e3694e1708ad3d499cb0b9d99.tar.zst
nixpkgs-5a216cd7ed6e6c6e3694e1708ad3d499cb0b9d99.zip
ghcjs: disable some checks
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghcjs.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghcjs.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghcjs.nix b/pkgs/development/haskell-modules/configuration-ghcjs.nix
index c0468673467..8462ab254c2 100644
--- a/pkgs/development/haskell-modules/configuration-ghcjs.nix
+++ b/pkgs/development/haskell-modules/configuration-ghcjs.nix
@@ -201,4 +201,7 @@ self: super:
   # triggers an internal pattern match failure in haddock
   # https://github.com/haskell/haddock/issues/553
   wai = dontHaddock super.wai;
+
+  base-orphans = dontCheck super.base-orphans;
+  distributive = dontCheck super.distributive;
 }