haskell-unix-time: fix build with ghc-7.4.x
This commit is contained in:
parent
324719a5a6
commit
b5c368cbe4
@ -70,4 +70,7 @@ self: super: {
|
|||||||
# Needs hashable on pre 7.10.x compilers.
|
# Needs hashable on pre 7.10.x compilers.
|
||||||
nats = addBuildDepend super.nats self.hashable;
|
nats = addBuildDepend super.nats self.hashable;
|
||||||
|
|
||||||
|
# Test suite won't compile.
|
||||||
|
unix-time = dontCheck super.unix-time;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user