haskell-cookie: fix build with older compilers
This commit is contained in:
@@ -54,4 +54,7 @@ self: super: {
|
|||||||
# https://github.com/tibbe/unordered-containers/issues/96
|
# https://github.com/tibbe/unordered-containers/issues/96
|
||||||
unordered-containers = dontCheck super.unordered-containers;
|
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.
|
# Later versions require a newer version of bytestring than we have.
|
||||||
aeson = self.aeson_0_7_0_6;
|
aeson = self.aeson_0_7_0_6;
|
||||||
|
|
||||||
|
# The test suite depends on time >=1.4.0.2.
|
||||||
|
cookie = dontCheck super.cookie ;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user