haskell-clock: disable tests to break infinite recursion
This commit is contained in:
parent
083b392fd0
commit
382a5b7328
@ -18,6 +18,7 @@ self: super: {
|
|||||||
ghc-paths = appendPatch super.ghc-paths ./patches/ghc-paths-nix.patch;
|
ghc-paths = appendPatch super.ghc-paths ./patches/ghc-paths-nix.patch;
|
||||||
|
|
||||||
# Break infinite recursions.
|
# Break infinite recursions.
|
||||||
|
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_2_1_10 = super.hspec_2_1_10.override { stringbuilder = dontCheck super.stringbuilder; };
|
hspec_2_1_10 = super.hspec_2_1_10.override { stringbuilder = dontCheck super.stringbuilder; };
|
||||||
|
Loading…
Reference in New Issue
Block a user