implicit-hie/hie.yaml.stack

13 lines
313 B
Plaintext
Raw Normal View History

# 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"