3
0
Fork 0
forked from mirrors/nixpkgs

haskell-clock: disable tests to break infinite recursion

This commit is contained in:
Peter Simons 2015-10-04 15:59:23 +02:00
parent 083b392fd0
commit 382a5b7328

View file

@ -18,6 +18,7 @@ self: super: {
ghc-paths = appendPatch super.ghc-paths ./patches/ghc-paths-nix.patch;
# Break infinite recursions.
clock = dontCheck super.clock;
Dust-crypto = dontCheck super.Dust-crypto;
hasql-postgres = dontCheck super.hasql-postgres;
hspec_2_1_10 = super.hspec_2_1_10.override { stringbuilder = dontCheck super.stringbuilder; };