haskell-hspec: break infinite recursion in testDepends
Suggested by @Fuuzetsu in https://github.com/NixOS/nixpkgs/issues/8664.
This commit is contained in:
parent
33c3e62fbb
commit
841cfa9764
@ -14,6 +14,7 @@ self: super: {
|
|||||||
# Break infinite recursions.
|
# Break infinite recursions.
|
||||||
Dust-crypto = dontCheck super.Dust-crypto;
|
Dust-crypto = dontCheck super.Dust-crypto;
|
||||||
hasql-postgres = dontCheck super.hasql-postgres;
|
hasql-postgres = dontCheck super.hasql-postgres;
|
||||||
|
hspec = super.hspec.override { stringbuilder = dontCheck super.stringbuilder; };
|
||||||
hspec-expectations = dontCheck super.hspec-expectations;
|
hspec-expectations = dontCheck super.hspec-expectations;
|
||||||
HTTP = dontCheck super.HTTP;
|
HTTP = dontCheck super.HTTP;
|
||||||
mwc-random = dontCheck super.mwc-random;
|
mwc-random = dontCheck super.mwc-random;
|
||||||
|
Loading…
Reference in New Issue
Block a user