mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
haskell-cookie: fix build with older compilers
This commit is contained in:
parent
3617e3b4df
commit
0eb306c5f7
@ -54,4 +54,7 @@ self: super: {
|
||||
# https://github.com/tibbe/unordered-containers/issues/96
|
||||
unordered-containers = dontCheck super.unordered-containers;
|
||||
|
||||
# The test suite depends on time >=1.4.0.2.
|
||||
cookie = dontCheck super.cookie ;
|
||||
|
||||
}
|
||||
|
@ -54,4 +54,7 @@ self: super: {
|
||||
# Later versions require a newer version of bytestring than we have.
|
||||
aeson = self.aeson_0_7_0_6;
|
||||
|
||||
# The test suite depends on time >=1.4.0.2.
|
||||
cookie = dontCheck super.cookie ;
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user