lol

hoogle: build with newest haskell-src-exts

authored by

Michael Alan Dorman and committed by
Peter Simons
d24a8864 725e44cc

+1 -1
+1 -1
pkgs/development/haskell-modules/configuration-common.nix
··· 988 988 }); 989 989 990 990 # The latest Hoogle needs versions not yet in LTS Haskell 7.x. 991 - hoogle = super.hoogle.override { haskell-src-exts = self.haskell-src-exts_1_18_2; }; 991 + hoogle = super.hoogle.override { haskell-src-exts = self.haskell-src-exts_1_19_0; }; 992 992 993 993 # To be in sync with Hoogle. 994 994 lambdabot-haskell-plugins = (overrideCabal super.lambdabot-haskell-plugins (drv: {