From 8f5decb73884036580813552c3ef4343990f34bf Mon Sep 17 00:00:00 2001 From: Emily Martins Date: Wed, 16 Feb 2022 00:33:14 +0100 Subject: [PATCH] use GHC 9.2.1 fourmolu package in format.sh --- .github/format.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/format.sh b/.github/format.sh index 5c1fa5f..b655d8b 100755 --- a/.github/format.sh +++ b/.github/format.sh @@ -3,4 +3,4 @@ # Extensions necessary to tell fourmolu about EXTENSIONS="-o -XTypeApplications -o -XTemplateHaskell -o -XImportQualifiedPost -o -XPatternSynonyms -o -XOverloadedRecordDot" SOURCES=$(git ls-tree -r HEAD --full-tree --name-only | grep -E '.*\.hs') -nix run nixpkgs#haskellPackages.fourmolu -- --mode check --check-idempotence $EXTENSIONS $SOURCES +nix run nixpkgs#haskell.packages.ghc921.fourmolu -- --mode check --check-idempotence $EXTENSIONS $SOURCES