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