Dmitrii Kovanikov
Dmitrii Kovanikov
Number of exposed: * Types * Typeclasses * Functions * pattern synonyms Anything else? Should we count constructors and record fields?
@vrom911 Implemented superb report in #28. It would be nice to test the textual output to avoid having surprises. The only difficult challenge here is how to print output without...
Probably by passing a separate `Int` year argument to settings.
We're going full GitHub Actions so probably to decrease the maintenance burden, we can remove AppVeyor CI as well.
As we are currently moving away from Travis CI, it makes sense to move the building of all our test projects on GitHub Actions. I propose to create a separate...
So we can catch all warnings earlier. Due to some challenges with specifying `-Werror` for `cabal` only on CI (see #173 for more details), I propose to add `-Werror` as...
Can be helpful for creating more customizable scaffolds. The TOML can look like this: ```toml dependencies = [ { stanza = "library", dependency = "tomland ^>= 1.3" } , {...