haskell-unlambda/brainfuck: Put a note

This commit is contained in:
Nikolay Amiantov 2015-05-12 17:33:46 +03:00
parent cb9764f847
commit 3e17a5c1d0

View file

@ -182,7 +182,7 @@ self: super: {
in addBuildDepends jsaddle' [ self.glib self.gtk3 self.webkitgtk3
self.webkitgtk3-javascriptcore ];
# https://github.com/haskell-infra/hackage-trustees/issues/24
# FIXME: remove with the next Hackage update
brainfuck = appendPatch super.brainfuck ./brainfuck-fix-ghc710.patch;
unlambda = appendPatch super.unlambda ./unlambda-fix-ghc710.patch;