Applied more formatting; added Makefile #4
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
|
||||
|
||||
|
|
|
|||
|
|
@ -46,10 +46,10 @@ test-suite haddock2-test
|
|||
type: exitcode-stdio-1.0
|
||||
main-is: Spec.hs
|
||||
build-depends:
|
||||
parsec ^>=3.1.18.0,
|
||||
base >=4.20.1.0,
|
||||
haddock2:{haddock2-lib},
|
||||
hspec ^>=2.11.0,
|
||||
parsec ^>=3.1.18.0,
|
||||
text ^>=2.1.2,
|
||||
|
||||
hs-source-dirs: test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue