chore: add template

This commit is contained in:
2025-11-19 22:56:20 +09:00
parent 17414e5e3a
commit 0853a65e3b
7 changed files with 25 additions and 31 deletions

View File

@@ -1,8 +1,8 @@
name: {{ project_name }}
name: example-project
version: 0.1.0.0
license: MIT
author: "{{ author_name }}"
maintainer: "{{ author_email }}"
author: "mincomk"
maintainer: "mail@drchi.co.kr"
extra-source-files:
- README.md
@@ -23,23 +23,23 @@ library:
- base
executables:
{{ project_name }}:
example-project:
main: Main.hs
source-dirs: app
ghc-options: -threaded -rtsopts -with-rtsopts=-N
dependencies:
- base
- {{ project_name }}
- example-project
tests:
{{ project_name }}-test:
example-project-test:
main: Main.hs
source-dirs: test
dependencies:
- base
- {{ project_name }}
- example-project
- tasty
- tasty-hunit