Open
Description
It seems to be consensus that the stability
field is often misleading and shouldn't be used any more. See for example Simon Marlow's comment on this issue.
Therefore I propose that cabal check
should discourage any explicit settings in the stability
field.
As the stability
field can also be set on a per-module basis (see e.g. Data.Set), I'd like cabal check
to check all the modules too. My questions are:
- Is checking the modules within the scope of
cabal check
? - Is the machinery for checking modules already in place?