Veronika Romashkina
Veronika Romashkina
Add `update` command which can upgrade current project with missing features.
It seems to be rarely used nowadays, so we can get rid of the pressure of additional maintenance and testing.
Sometimes I wish I could quickly check the local defaults written in my config file without looking in the source. I want the command that would tell me exactly that...
As in the newest version of [`optparse-applicative`](https://github.com/pcapriotti/optparse-applicative/blob/master/CHANGELOG.md#version-01600-14-aug-2020) Let see how helpful it could be for us 🙂
- [ ] Do not use `putStrLn _ :: String` in main functions . Maybe use `pure ()` instead? - [ ] Update `appveyor.yml` (remove comment, use `%GHCVER%` variable) -...
Add `multi` command to create multipackage project with custom configurations for each package.
Blocked by #149 See comment https://github.com/kowainik/summoner/issues/285#issuecomment-541183053
Mention where we need to be more careful when working with `Int`s: - 0 - positive - negative - in some bounds
This could be the GH Action which will generate the pdf when all of the CI checks are green in the `main`.