haskell-ormolu: fix override for ghc-lib-parser
This commit is contained in:
parent
fc1cafab42
commit
4758981603
|
@ -1362,7 +1362,7 @@ self: super: {
|
|||
|
||||
# Needs ghc-lib-parser 8.8.1 (does not build with 8.8.0)
|
||||
ormolu = doJailbreak (super.ormolu.override {
|
||||
ghc-lib-parser = self.ghc-lib-parser_8_8_1_20191204;
|
||||
ghc-lib-parser = self.ghc-lib-parser_8_8_2;
|
||||
});
|
||||
|
||||
# krank-0.1.0 does not accept PyF-0.9.0.0.
|
||||
|
|
Loading…
Reference in New Issue