mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
haskell-configuration-ghc-7.10.x: remember ticket for brainfock and unlambda patches
This commit is contained in:
parent
09fe56f2e5
commit
e9eacd119c
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user