Some Haskell users seek workflows where they can type-check without bearing the 'cost' of compiling. See, for example:
There is a related 2013 issue in the Cabal project:
GHC provides the underlying functionality:
I think the ideal would be a --[no-]code flag for stack build (enabled by default).
Some Haskell users seek workflows where they can type-check without bearing the 'cost' of compiling. See, for example:
There is a related 2013 issue in the Cabal project:
GHC provides the underlying functionality:
I think the ideal would be a
--[no-]codeflag forstack build(enabled by default).