mirror of
https://github.com/Avi-D-coder/implicit-hie.git
synced 2024-11-22 17:55:51 +03:00
064e1f7db6
- generated sample hie.yaml for this project both for Stack and Cabal
13 lines
313 B
Plaintext
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"
|