forked from mirrors/nixpkgs
haskell-exceptions: can't compile its test suite
* pkgs/development/haskell-modules/configuration-common.nix:
This commit is contained in:
parent
1bb43ea027
commit
795681d6f9
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue