hlint, hoogle: add override for extra package

This commit is contained in:
Michael Alan Dorman 2018-04-18 07:50:22 -04:00 committed by Peter Simons
parent 86e65430f6
commit cb7b52a1b1

View file

@ -1020,6 +1020,9 @@ self: super: {
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; };
}
//