3
0
Fork 0
forked from mirrors/nixpkgs

haskell-exceptions: can't compile its test suite

* pkgs/development/haskell-modules/configuration-common.nix:
This commit is contained in:
Peter Simons 2015-02-14 15:04:06 +01:00
parent 1bb43ea027
commit 795681d6f9

View file

@ -488,6 +488,9 @@ self: super: {
# https://github.com/bos/bloomfilter/issues/7
bloomfilter = overrideCabal super.bloomfilter (drv: { broken = !pkgs.stdenv.is64bit; });
# https://github.com/ekmett/exceptions/issues/40
exceptions = dontCheck super.exceptions;
} // {
# Not on Hackage.