haskell-configuration-ghc-7.10.x: remember ticket for brainfock and unlambda patches

This commit is contained in:
Peter Simons 2015-04-17 23:25:53 +02:00
parent 09fe56f2e5
commit e9eacd119c

View File

@ -230,7 +230,7 @@ self: super: {
# Fix evaluation in GHC >=7.8: https://github.com/lambdabot/lambdabot/issues/116
lambdabot = appendPatch super.lambdabot ./lambdabot-fix-ghc78.patch;
# These packages don't have maintainers.
# https://github.com/haskell-infra/hackage-trustees/issues/24
brainfuck = appendPatch super.brainfuck ./brainfuck-fix-ghc710.patch;
unlambda = appendPatch super.unlambda ./unlambda-fix-ghc710.patch;