~kaction/cookiecutter-haskell

c1b1a129c574c7e93a7d20ce7c9ea8e9bddc4437 — Dmitry Bogatov 2 years ago b778f90
Extend list of default dependencies with ubiquitous stuff
1 files changed, 6 insertions(+), 0 deletions(-)

M {{cookiecutter.project_name}}/package.yaml
M {{cookiecutter.project_name}}/package.yaml => {{cookiecutter.project_name}}/package.yaml +6 -0
@@ 9,6 9,12 @@ git: https://git.sr.ht/~{{cookiecutter.srht_user}}/haskell-{{cookiecutter.projec

dependencies:
  - base >=4.11 && < 5
  - text
  - bytestring
  - mtl
  - transformers
  - optparse-applicative
  - unix

library:
  source-dirs: src