3
0
Fork 0
forked from mirrors/nixpkgs

hlint: fix override for ghc-lib-parser

This commit is contained in:
Peter Simons 2021-03-26 13:40:32 +01:00
parent 7f8478c24f
commit 8ec916f0d0

View file

@ -1426,7 +1426,7 @@ self: super: {
# hlint 3.3 needs a ghc-lib-parser newer than the one from stackage
hlint = super.hlint.overrideScope (self: super: {
ghc-lib-parser = overrideCabal self.ghc-lib-parser_9_0_1_20210207 {
ghc-lib-parser = overrideCabal self.ghc-lib-parser_9_0_1_20210324 {
doHaddock = false;
};
ghc-lib-parser-ex = self.ghc-lib-parser-ex_9_0_0_4;