Add hie.yaml, to specify stanza for src/*

Fixes #37
This commit is contained in:
Sridhar Ratnakumar 2022-08-18 11:21:16 -04:00
parent 134332ccf5
commit 85f9b3e17b

6
hie.yaml Normal file
View file

@ -0,0 +1,6 @@
cradle:
cabal:
- path: "src"
component: "exe:haskell-template"
- path: "tests"
component: "test:tests"