1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 04:31:52 +00:00

haskell-threads: disable test suite to avoid intermittent failures

This commit is contained in:
Peter Simons 2015-02-05 11:46:34 +01:00
parent 5f160cfa86
commit bae95790ff

View file

@ -435,6 +435,9 @@ self: super: {
# https://github.com/d12frosted/CanonicalPath/issues/3
system-canonicalpath = dontCheck super.system-canonicalpath;
# https://github.com/basvandijk/threads/issues/10
threads = dontCheck super.threads;
} // {
# Not on Hackage.