haskell-diff-parse: jailbreak to fix test suite build

This commit is contained in:
Peter Simons 2016-11-09 08:42:38 +01:00
parent 0a685cf8ea
commit cef68b475e

View file

@ -1071,4 +1071,7 @@ self: super: {
# Test suite occasionally runs for 1+ days on Hydra.
distributed-process-tests = dontCheck super.distributed-process-tests;
# https://github.com/mulby/diff-parse/issues/9
diff-parse = doJailbreak super.diff-parse;
}