mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
haskell-hlint: update override for ghc-lib-parser to the latest version
This commit is contained in:
parent
88179304b4
commit
53dca0d451
@ -1220,7 +1220,7 @@ self: super: {
|
||||
constraints-deriving = dontCheck super.constraints-deriving;
|
||||
|
||||
# need newer version of ghc-libparser
|
||||
hlint = super.hlint.override { ghc-lib-parser = self.ghc-lib-parser_8_8_1; };
|
||||
hlint = super.hlint.override { ghc-lib-parser = self.ghc-lib-parser_8_8_1_20191204; };
|
||||
|
||||
# https://github.com/sol/hpack/issues/366
|
||||
hpack = self.hpack_0_33_0;
|
||||
|
Loading…
Reference in New Issue
Block a user