mueval: add patch until release is pushed to Hackage

This commit is contained in:
Nikolay Amiantov
2015-06-12 03:42:29 +03:00
parent 2156937166
commit 6cc817cf51
3 changed files with 91 additions and 6 deletions
@@ -760,7 +760,7 @@ self: super: {
dyre = appendPatch super.dyre ./dyre-nix.patch;
# https://github.com/gwern/mueval/issues/9
mueval = markBrokenVersion "0.9.1.1" super.mueval;
mueval = appendPatch super.mueval ./mueval-fix.patch;
# Test suite won't compile against tasty-hunit 0.9.x.
zlib = dontCheck super.zlib;