haskell-hspec: break infinite recursion in testDepends

Suggested by @Fuuzetsu in https://github.com/NixOS/nixpkgs/issues/8664.
This commit is contained in:
Peter Simons 2015-07-07 13:46:09 +02:00
parent 33c3e62fbb
commit 841cfa9764

View File

@ -14,6 +14,7 @@ self: super: {
# Break infinite recursions.
Dust-crypto = dontCheck super.Dust-crypto;
hasql-postgres = dontCheck super.hasql-postgres;
hspec = super.hspec.override { stringbuilder = dontCheck super.stringbuilder; };
hspec-expectations = dontCheck super.hspec-expectations;
HTTP = dontCheck super.HTTP;
mwc-random = dontCheck super.mwc-random;