From d1dc3f56790c4a3fde1427e4cea62672af1d282b Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Sun, 30 Jan 2022 11:58:38 -0500 Subject: [PATCH] fortify ormolu --- bin/format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/format b/bin/format index f61a3f1..9e732c8 100755 --- a/bin/format +++ b/bin/format @@ -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 \ No newline at end of file