commercialhaskell / commercialhaskell/stack

stack typecheck

Open
#977 15 comments 21 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.