json-to-haskell/hie.yaml
Chris Penner 8ff269ea2c Add tests
2020-11-07 23:03:01 -06:00

11 lines
239 B
YAML

cradle:
stack:
- path: "./src"
component: "json-to-haskell:lib"
- path: "./app"
component: "json-to-haskell:exe:json-to-haskell-exe"
- path: "./test"
component: "json-to-haskell:test:json-to-haskell-test"