ghcjs: disable some checks

This commit is contained in:
Matthew Bauer 2018-06-10 15:06:24 -04:00
parent aa18847e00
commit 5a216cd7ed
1 changed files with 3 additions and 0 deletions

View File

@ -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;
}