commercialhaskell / commercialhaskell/stack
stack typecheck
Open
type: enhancement
- Dominant language
- Haskell
- Stars
- 4.1k
- Forks
- 850
- Avg merge
- 10h 37m
- Merged PRs (30d)
- 4
Description
Stack should have a mode similar to build which only typechecks files. This can be done (with recomp avoidance) by passing `-fwrite-interface -fno-code` to GHC. I can't use `--ghc-options` to do this today because Stack passes those flags to build the Setup script, which obviously needs to be built for real (it is a bit odd that Stack always builds a setup script).
Contributor guide
Assessment
This issue has not been assessed yet.