Added cabal-gild to format cmd
All checks were successful
Haskell CI / build (pull_request) Successful in 3m7s
All checks were successful
Haskell CI / build (pull_request) Successful in 3m7s
This commit is contained in:
parent
b8eac2856c
commit
3e829d126c
2 changed files with 2 additions and 1 deletions
1
Makefile
1
Makefile
|
|
@ -5,4 +5,5 @@ help: ## Show this help.
|
|||
.PHONY: format
|
||||
format:
|
||||
find . -type f -name "*.hs" ! -path "./dist-newstyle/*" -exec fourmolu -i {} +
|
||||
cabal-gild --io=haddock2.cabal
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue