haskellPackages.mueval: fix build

This commit is contained in:
Nikolay Amiantov
2016-03-29 02:23:06 +03:00
parent 986a42c461
commit cef2db7e76
@@ -957,4 +957,9 @@ self: super: {
# We get lots of strange compiler errors during the test suite run.
jsaddle = dontCheck super.jsaddle;
# https://github.com/gwern/mueval/issues/14
mueval = super.mueval.override {
hint = self.hint_0_4_3;
};
}