mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
Fix http-date build on ghc 7.10
This commit is contained in:
parent
baa634cf18
commit
e0b270efc9
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user