apheleia/test/formatters/installers/fourmolu.bash
Ed Slocomb afa0e54e43
Add ormolu and fourmolu, remove brittany (#221)
Found while trying to `make fmt-build` that the installer for `brittany`
was broken, and couldn't fix it.

This removes brittany, and adds the ormolu and fourmolu formatters for
haskell, and sets ormolu as the default for haskell-mode.

---------

Co-authored-by: Radon Rosborough <radon@intuitiveexplanations.com>
2023-10-06 21:39:38 -07:00

4 lines
120 B
Bash

apt-get install -y haskell-platform
cabal update
cabal install fourmolu
cp "${HOME}/.cabal/bin/fourmolu" /usr/local/bin