free-monad-example/hie.yaml
Sanchayan Maity 7547bcefad Free monads sample project
Only builds for now with the DSL fleshed out.

Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
2020-07-22 19:07:48 +05:30

14 lines
376 B
YAML

cradle:
stack:
- path: "./src"
component: "free-monad-example:lib"
- path: "./app/Main.hs"
component: "free-monad-example:exe:free-monad-example-exe"
- path: "./app/Paths_free_monad_example.hs"
component: "free-monad-example:exe:free-monad-example-exe"
- path: "./test"
component: "free-monad-example:test:free-monad-example-test"