hlint, hoogle: add override for extra package

This commit is contained in:
Michael Alan Dorman
2018-04-20 15:24:03 +02:00
committed by Peter Simons
parent 86e65430f6
commit cb7b52a1b1
@@ -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; };
}
//