haskell-hspec-core: break infinity dependency cycle

Test suite dependencies silently and temporary depend on hspec-core in their
test suites.
This commit is contained in:
Peter Simons 2017-06-21 11:19:13 +02:00
parent 7673cd0cd4
commit 5148757e8c

View File

@ -37,6 +37,7 @@ self: super: {
hasql-postgres = dontCheck super.hasql-postgres;
hspec-expectations = dontCheck super.hspec-expectations;
hspec = super.hspec.override { stringbuilder = dontCheck super.stringbuilder; };
hspec-core = super.hspec-core.override { silently = dontCheck super.silently; temporary = dontCheck super.temporary; };
HTTP = dontCheck super.HTTP;
nanospec = dontCheck super.nanospec;
options = dontCheck super.options;