haskell-nats: fix build on pre 7.10.x compilers

This commit is contained in:
Peter Simons 2015-03-30 03:48:48 +02:00
parent 2121543d0c
commit 6bea2d503a

View file

@ -128,4 +128,7 @@ self: super: {
# Fix evaluation in GHC >=7.8: https://github.com/lambdabot/lambdabot/issues/116
lambdabot = appendPatch super.lambdabot ./lambdabot-fix-ghc78.patch;
# Needs hashable on pre 7.10.x compilers.
nats = addBuildDepend super.nats self.hashable;
}