Fix retry build on ghc 7.10
This commit is contained in:
parent
2f5cd9ec85
commit
baa634cf18
1 changed files with 3 additions and 0 deletions
|
@ -85,6 +85,9 @@ self: super: {
|
|||
# https://code.google.com/p/scrapyourboilerplate/issues/detail?id=24
|
||||
syb = dontCheck super.syb;
|
||||
|
||||
# Test suite has stricter version bounds
|
||||
retry = dontCheck super.retry;
|
||||
|
||||
# Version 1.19.5 fails its test suite.
|
||||
happy = dontCheck super.happy;
|
||||
|
||||
|
|
Loading…
Reference in a new issue