mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
haskell-configuration-common: cosmetic
This commit is contained in:
parent
48ba8a4fb5
commit
86d1fe06f3
|
@ -1186,7 +1186,7 @@ self: super: {
|
|||
# https://github.com/mgajda/json-autotype/issues/25
|
||||
json-autotype = dontCheck super.json-autotype;
|
||||
|
||||
# The LTS-12.x version doesn't suffice to build hlint, hoogle, etc.
|
||||
# The LTS-13.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; });
|
||||
|
||||
|
|
Loading…
Reference in a new issue