issues
search
kowainik
/
summoner
🔮 🔧 Tool for scaffolding batteries-included production-level Haskell projects
https://kowainik.github.io/projects/summoner
Mozilla Public License 2.0
698
stars
73
forks
source link
Improve generated files content
#484
Open
vrom911
opened
4 years ago
vrom911
commented
4 years ago
[ ] Do not use
putStrLn _ :: String
in main functions . Maybe use
pure ()
instead?
[ ] Update
appveyor.yml
(remove comment, use
%GHCVER%
variable)
[x] Module export list spaces
[ ] Header improvements
[x] Remove gauge dependency
[ ] List of Categories
[ ]
.gitignore
[ ] Remove code duplication for GA
putStrLn _ :: String
in main functions . Maybe usepure ()
instead?appveyor.yml
(remove comment, use%GHCVER%
variable).gitignore