haskell-nats: fix build on pre 7.10.x compilers
This commit is contained in:
parent
2121543d0c
commit
6bea2d503a
@ -128,4 +128,7 @@ self: super: {
|
|||||||
# Fix evaluation in GHC >=7.8: https://github.com/lambdabot/lambdabot/issues/116
|
# Fix evaluation in GHC >=7.8: https://github.com/lambdabot/lambdabot/issues/116
|
||||||
lambdabot = appendPatch super.lambdabot ./lambdabot-fix-ghc78.patch;
|
lambdabot = appendPatch super.lambdabot ./lambdabot-fix-ghc78.patch;
|
||||||
|
|
||||||
|
# Needs hashable on pre 7.10.x compilers.
|
||||||
|
nats = addBuildDepend super.nats self.hashable;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user