haskell-unix-time: fix build with ghc-7.4.x

This commit is contained in:
Peter Simons 2015-05-05 20:58:18 +02:00
parent 324719a5a6
commit b5c368cbe4

View file

@ -70,4 +70,7 @@ self: super: {
# Needs hashable on pre 7.10.x compilers.
nats = addBuildDepend super.nats self.hashable;
# Test suite won't compile.
unix-time = dontCheck super.unix-time;
}