fortify ormolu
This commit is contained in:
parent
c2b001612d
commit
d1dc3f5679
1 changed files with 1 additions and 1 deletions
|
@ -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
|
Loading…
Reference in a new issue