Added cabal-gild to format cmd

This commit is contained in:
Igor Ranieri 2025-09-26 22:33:06 +02:00
parent 1b59bb9c25
commit 4e49406286
2 changed files with 2 additions and 1 deletions

View file

@ -5,4 +5,5 @@ help: ## Show this help.
.PHONY: format .PHONY: format
format: format:
find . -type f -name "*.hs" ! -path "./dist-newstyle/*" -exec fourmolu -i {} + find . -type f -name "*.hs" ! -path "./dist-newstyle/*" -exec fourmolu -i {} +
cabal-gild --io=haddock2.cabal

View file

@ -46,10 +46,10 @@ test-suite haddock2-test
type: exitcode-stdio-1.0 type: exitcode-stdio-1.0
main-is: Spec.hs main-is: Spec.hs
build-depends: build-depends:
parsec ^>=3.1.18.0,
base >=4.20.1.0, base >=4.20.1.0,
haddock2:{haddock2-lib}, haddock2:{haddock2-lib},
hspec ^>=2.11.0, hspec ^>=2.11.0,
parsec ^>=3.1.18.0,
text ^>=2.1.2, text ^>=2.1.2,
hs-source-dirs: test hs-source-dirs: test