summaryrefslogtreecommitdiffstats
path: root/bin/format
blob: f61a3f123cabfc7714aa4315b1d06043f6f92cea (plain)
1
2
3
4
5
6
#!/usr/bin/env nix-shell 
#! nix-shell ../shell.nix -i bash
set -xe
find src -name \*.hs | xargs ormolu -m inplace
nixpkgs-fmt *.nix
cabal-fmt -i *.cabal