implicit-hie/hie.yaml.stack
Nick Dunets 064e1f7db6 - added --cabal and --stack switches to command line,
- generated sample hie.yaml for this project both for Stack and Cabal
2020-07-07 15:59:47 +12:00

13 lines
313 B
Plaintext

# Rename this file to hie.yaml to open this project in HIE and use Stack as build system
cradle:
stack:
- path: "./src"
component: "implicit-hie:lib"
- path: "./app/Main.hs"
component: "implicit-hie:exe:gen-hie"
- path: "./test"
component: "implicit-hie:test:implicit-hie-test"