unison/codebase2
Greg Pfeil b8f1ed988a
Run Ormolu over the entire codebase
With #5142, Ormolu was upgraded from 0.5.2.0 to 0.7.2.0. This formats
the codebase to avoid spurious formatting comingled in other commits.

Almost all of the changes are simply wrapping single constraints in parens, like
```diff
-hashBranch :: forall m. Monad m => Branch m -> m BranchHash
+hashBranch :: forall m. (Monad m) => Branch m -> m BranchHash
```

There is also some reordering of language pragmas and imports,
indentation correction (some of which gets precedence wrong), and switching
some Haddock from `-- ^` to `-- |` .
2024-07-18 17:48:40 -06:00
..
codebase Run Ormolu over the entire codebase 2024-07-18 17:48:40 -06:00
codebase-sqlite Run Ormolu over the entire codebase 2024-07-18 17:48:40 -06:00
codebase-sqlite-hashing-v2 Run Ormolu over the entire codebase 2024-07-18 17:48:40 -06:00
codebase-sync upgrade hpack to 0.35 2023-02-09 14:04:47 -05:00
core Run Ormolu over the entire codebase 2024-07-18 17:48:40 -06:00
util-serialization Run Ormolu over the entire codebase 2024-07-18 17:48:40 -06:00
util-term s/forall/forAll/ as it will become a restricted keyword 2024-06-25 10:06:26 +01:00
LICENSE Update and standardize licenses 2021-10-12 13:47:08 -06:00