mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
haskell-hoogle: override haskell-src-exts to the latest version (as required)
This commit is contained in:
parent
f0f3cb75de
commit
76e284fc60
1 changed files with 2 additions and 1 deletions
|
@ -1204,7 +1204,8 @@ self: super: {
|
|||
# https://github.com/kazu-yamamoto/iproute/issues/43
|
||||
appar = self.appar_0_1_7;
|
||||
|
||||
# The LTS-12.x version doesn't suffice to build hlint.
|
||||
# The LTS-12.x version doesn't suffice to build hlint, hoogle, etc.
|
||||
hlint = super.hlint.overrideScope (self: super: { haskell-src-exts = self.haskell-src-exts_1_21_0; });
|
||||
hoogle = super.hoogle.overrideScope (self: super: { haskell-src-exts = self.haskell-src-exts_1_21_0; });
|
||||
|
||||
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||
|
|
Loading…
Reference in a new issue