mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
haskell-ormolu: fix override for ghc-lib-parser
This commit is contained in:
parent
fc1cafab42
commit
4758981603
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue