Currently hs-nix-template generates a package with a library, executable and a test-suite.
In my experience, users usually create a library than an executable. So, hs-nix-template should prompt the user if an executable section is necessary, and only conditionally create the section and the related app/ directory.
Currently
hs-nix-template
generates a package with a library, executable and a test-suite.In my experience, users usually create a library than an executable. So,
hs-nix-template
should prompt the user if anexecutable
section is necessary, and only conditionally create the section and the relatedapp/
directory.