mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
haskell-hspec-core: enable test suite again
This commit is contained in:
parent
d0fbe1b411
commit
b92f59029a
@ -56,16 +56,14 @@ self: super: {
|
|||||||
clock = dontCheck super.clock;
|
clock = dontCheck super.clock;
|
||||||
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-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; };
|
||||||
|
hspec-expectations = dontCheck super.hspec-expectations;
|
||||||
HTTP = dontCheck super.HTTP;
|
HTTP = dontCheck super.HTTP;
|
||||||
|
http-streams = dontCheck super.http-streams;
|
||||||
nanospec = dontCheck super.nanospec;
|
nanospec = dontCheck super.nanospec;
|
||||||
options = dontCheck super.options;
|
options = dontCheck super.options;
|
||||||
statistics = dontCheck super.statistics;
|
statistics = dontCheck super.statistics;
|
||||||
http-streams = dontCheck super.http-streams;
|
|
||||||
|
|
||||||
# https://github.com/hspec/hspec/issues/330
|
|
||||||
hspec-core = dontCheck (super.hspec-core.override { silently = dontCheck super.silently; temporary = dontCheck super.temporary; });
|
|
||||||
|
|
||||||
# segfault due to missing return: https://github.com/haskell/c2hs/pull/184
|
# segfault due to missing return: https://github.com/haskell/c2hs/pull/184
|
||||||
c2hs = dontCheck super.c2hs;
|
c2hs = dontCheck super.c2hs;
|
||||||
|
Loading…
Reference in New Issue
Block a user