fortify ormolu

This commit is contained in:
Sridhar Ratnakumar 2022-01-30 11:58:38 -05:00
parent c2b001612d
commit d1dc3f5679

View file

@ -1,6 +1,6 @@
#!/usr/bin/env nix-shell
#! nix-shell ../shell.nix -i bash
set -xe
find src -name \*.hs | xargs ormolu -m inplace
find src -name \*.hs | xargs ormolu -m inplace -o -XImportQualifiedPost -o -XTypeApplications
nixpkgs-fmt *.nix
cabal-fmt -i *.cabal