mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
hoogle: build with newest haskell-src-exts
This commit is contained in:
parent
725e44cc04
commit
d24a886419
1 changed files with 1 additions and 1 deletions
|
@ -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: {
|
||||
|
|
Loading…
Reference in a new issue