haskell-ghc-lib-parser-ex: update overrides for the update 8.10.x version
This commit is contained in:
parent
dcbcd742e0
commit
4ed93cc494
1 changed files with 2 additions and 2 deletions
|
@ -1502,13 +1502,13 @@ self: super: {
|
|||
});
|
||||
|
||||
# stackage right now is not new enough for hlint-3.0
|
||||
ghc-lib-parser-ex_8_10_0_6 = super.ghc-lib-parser-ex_8_10_0_6.override {
|
||||
ghc-lib-parser-ex_8_10_0_8 = super.ghc-lib-parser-ex_8_10_0_8.override {
|
||||
ghc-lib-parser = self.ghc-lib-parser_8_10_1_20200412;
|
||||
};
|
||||
|
||||
hlint = super.hlint.override {
|
||||
ghc-lib-parser = self.ghc-lib-parser_8_10_1_20200412;
|
||||
ghc-lib-parser-ex = self.ghc-lib-parser-ex_8_10_0_6;
|
||||
ghc-lib-parser-ex = self.ghc-lib-parser-ex_8_10_0_8;
|
||||
extra = self.extra_1_7_1;
|
||||
filepattern = self.filepattern.override {
|
||||
extra = self.extra_1_7_1;
|
||||
|
|
Loading…
Reference in a new issue