haskell-mueval has been fixed upstream.

This commit is contained in:
Peter Simons
2015-07-05 21:06:04 +02:00
parent 26a9fcdfca
commit 2f111381e0
3 changed files with 0 additions and 116 deletions
@@ -781,9 +781,6 @@ self: super: {
# Patch to consider NIX_GHC just like xmonad does
dyre = appendPatch super.dyre ./dyre-nix.patch;
# https://github.com/gwern/mueval/issues/9
mueval = appendPatch (appendPatch super.mueval ./mueval-fix.patch) ./mueval-nix.patch;
# Test suite won't compile against tasty-hunit 0.9.x.
zlib = dontCheck super.zlib;