hlint, hoogle: add override for extra package
This commit is contained in:
parent
86e65430f6
commit
cb7b52a1b1
@ -1020,6 +1020,9 @@ self: super: {
|
|||||||
preCheck = ''export PATH="$PWD/dist/build/alex:$PATH"'';
|
preCheck = ''export PATH="$PWD/dist/build/alex:$PATH"'';
|
||||||
});
|
});
|
||||||
|
|
||||||
|
# Both need a more up-to-date version
|
||||||
|
hlint = super.hlint.override { extra = self.extra_1_6_6; };
|
||||||
|
hoogle = super.hoogle.override { extra = self.extra_1_6_6; };
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user