haskell-exceptions: upstream has fixed the test suite

This commit is contained in:
Peter Simons 2015-03-16 18:41:51 +01:00
parent e99dc2b0d5
commit eb7b6e2137

View File

@ -504,9 +504,6 @@ self: super: {
# https://github.com/bos/bloomfilter/issues/7
bloomfilter = overrideCabal super.bloomfilter (drv: { broken = !pkgs.stdenv.is64bit; });
# https://github.com/ekmett/exceptions/issues/42
exceptions = dontCheck super.exceptions;
# https://github.com/NixOS/nixpkgs/issues/6350
paypal-adaptive-hoops = overrideCabal super.paypal-adaptive-hoops (drv: { testTarget = "local"; });