Fix http-date build on ghc 7.10

This commit is contained in:
Shea Levy 2015-01-12 09:58:56 -05:00
parent baa634cf18
commit e0b270efc9

View File

@ -88,6 +88,9 @@ self: super: {
# Test suite has stricter version bounds
retry = dontCheck super.retry;
# Test suite fails with time >= 1.5
http-date = dontCheck super.http-date;
# Version 1.19.5 fails its test suite.
happy = dontCheck super.happy;