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;
|
constraints-deriving = dontCheck super.constraints-deriving;
|
||||||
|
|
||||||
# need newer version of ghc-libparser
|
# 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
|
# https://github.com/sol/hpack/issues/366
|
||||||
hpack = self.hpack_0_33_0;
|
hpack = self.hpack_0_33_0;
|
||||||
|
|
Loading…
Reference in New Issue