1
1
mirror of https://github.com/srid/ema.git synced 2024-12-01 23:23:42 +03:00
ema/bin/format
2022-01-30 11:59:27 -05:00

6 lines
201 B
Plaintext
Executable File

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