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:
parent
7673cd0cd4
commit
5148757e8c
@ -37,6 +37,7 @@ self: super: {
|
|||||||
hasql-postgres = dontCheck super.hasql-postgres;
|
hasql-postgres = dontCheck super.hasql-postgres;
|
||||||
hspec-expectations = dontCheck super.hspec-expectations;
|
hspec-expectations = dontCheck super.hspec-expectations;
|
||||||
hspec = super.hspec.override { stringbuilder = dontCheck super.stringbuilder; };
|
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;
|
HTTP = dontCheck super.HTTP;
|
||||||
nanospec = dontCheck super.nanospec;
|
nanospec = dontCheck super.nanospec;
|
||||||
options = dontCheck super.options;
|
options = dontCheck super.options;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user