anoma / juvix

A language for intent-centric and declarative decentralised applications
https://docs.juvix.org
GNU General Public License v3.0
442 stars 54 forks source link

Update ormolu to 0.7.4.0 #2838

Open janmasrovira opened 1 week ago

janmasrovira commented 1 week ago

The only manual change is in .github/workflows/ci.yml. The rest of the changes were automatically applied by just format.

One can locally install the new version thus:

cd juvix
stack install ormolu

The output of ormolu --version should be

ormolu 0.7.4.0
using ghc-lib-parser 9.8.2.20240223

Questionable changes

image