[Git][ghc/ghc][master] haddock: Add cabal-fmt to tools for `make style`
Marge Bot (@marge-bot)
gitlab at gitlab.haskell.org
Thu May 23 11:21:25 UTC 2024
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
28e64170 by Preetham Gujjula at 2024-05-23T07:20:48-04:00
haddock: Add cabal-fmt to tools for `make style`
- - - - -
1 changed file:
- utils/haddock/CONTRIBUTING.md
Changes:
=====================================
utils/haddock/CONTRIBUTING.md
=====================================
@@ -32,7 +32,7 @@ $ ./hadrian/build -j --flavour=Quick --freeze1 _build/stage1/bin/haddock
The project provides a Makefile with rules to accompany you during development:
-* `make style` runs the code formatter. You need `fourmolu` 0.15.0.0 installed.
+* `make style` runs the code formatter. You need `fourmolu` 0.15.0.0 and `cabal-fmt` 0.1.12 installed.
* `make tags` run the generation of etags/ctags, to enable you to browse to definitions without HLS. You need `ghc-tags` 1.8 installed.
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/28e64170ae5e84baf915603d0b3d9c0b41674e37
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/28e64170ae5e84baf915603d0b3d9c0b41674e37
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20240523/d3a0f384/attachment-0001.html>
More information about the ghc-commits
mailing list