use GHC 9.2.1 fourmolu package in format.sh
This commit is contained in:
parent
8ae877b7ab
commit
8f5decb738
1 changed files with 1 additions and 1 deletions
2
.github/format.sh
vendored
2
.github/format.sh
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue