hoogle: build with newest haskell-src-exts

This commit is contained in:
Michael Alan Dorman 2016-11-25 13:48:21 -05:00 committed by Peter Simons
parent 725e44cc04
commit d24a886419

View file

@ -988,7 +988,7 @@ self: super: {
});
# The latest Hoogle needs versions not yet in LTS Haskell 7.x.
hoogle = super.hoogle.override { haskell-src-exts = self.haskell-src-exts_1_18_2; };
hoogle = super.hoogle.override { haskell-src-exts = self.haskell-src-exts_1_19_0; };
# To be in sync with Hoogle.
lambdabot-haskell-plugins = (overrideCabal super.lambdabot-haskell-plugins (drv: {