haskellPackages.mueval: fix build
This commit is contained in:
parent
986a42c461
commit
cef2db7e76
@ -957,4 +957,9 @@ self: super: {
|
|||||||
# We get lots of strange compiler errors during the test suite run.
|
# We get lots of strange compiler errors during the test suite run.
|
||||||
jsaddle = dontCheck super.jsaddle;
|
jsaddle = dontCheck super.jsaddle;
|
||||||
|
|
||||||
|
# https://github.com/gwern/mueval/issues/14
|
||||||
|
mueval = super.mueval.override {
|
||||||
|
hint = self.hint_0_4_3;
|
||||||
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user