cookiecutter/haskell: Remove "-exe" suffix of executable from package.yaml

This suffix looks unnatural in Unix world.
This commit is contained in:
Dmitry Bogatov 2022-12-10 00:07:05 -05:00 committed by Dmitry Bogatov
parent 7241370ac5
commit a0e9679fee
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ library:
source-dirs: src
{% if cookiecutter.add_executable_section == "yes" %}executables:
{{cookiecutter.project_name}}-exe:
{{cookiecutter.project_name}}:
source-dirs: main
main: Main.hs
dependencies: