haskell-ghc-lib-parser: update to latest version for hlint

This commit is contained in:
Peter Simons 2020-01-17 20:07:47 +01:00
parent f3769d7015
commit 672880966f

View File

@ -1239,7 +1239,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_20191204; };
hlint = super.hlint.override { ghc-lib-parser = self.ghc-lib-parser_8_8_2; };
# https://github.com/sol/hpack/issues/366
hpack = self.hpack_0_33_0;