Upgrades "Ormolu" to a lot newer version "0.5.0.1" from older "0.1.4.1"#10
Upgrades "Ormolu" to a lot newer version "0.5.0.1" from older "0.1.4.1"#10arjunkathuria wants to merge 1 commit intonammayatri:Mobility/GHC-9.2.7from
Conversation
* Effectivly upgrades ormolu from "0.1.4.1" -> "0.5.0.1" * Deletes code that disabled Ormolu in HLS in "nix/haskell.nix" * Removes the following, now redundant inputs from flake.nix file: - nixpkgs-21_11 - nixpkgs-140774-workaround ^ They aren't required now that we use upstream "ormolu" version * Updates flake.lock file with the above mentioned changes incorporated.
|
Seems ormolu dropped support for This ends up adding a space between the getters Another reason to look at nammayatri/nammayatri#895 . |
There was a problem hiding this comment.
Diff itself looks good. But, before I merge I'd like to know ... do you intend to do nammayatri/nammayatri#737 as part of GHC 9.x upgrade on all 3 repos (nammayatri, shared-kernel, beckn-gateway)?
| # programs.hlint.enable = true; | ||
|
|
||
| # Ormolu Version is now at: 0.5.0.1 | ||
| # TODO:// look into updating it to newest version 0.6.0.1 |
I was trying to see if i could. Turns out it's not that straight-forward. see the previous comment. it does not support the (Drafted the PR, do not merge yet) |
Attempts to solve nammayatri/nammayatri#737
Key changes made in this PR include:
Effectivly upgrades ormolu from "0.1.4.1" -> "0.5.0.1"
Deletes code that disabled Ormolu in HLS in "nix/haskell.nix" file
Removes the following, now redundant inputs from flake.nix file:
^ They aren't required now that we use upstream "ormolu" version from nixpkgs-unstable.
Updates flake.lock file with the above mentioned changes incorporated.