reanimate/hie.yaml
Drew Fenwick aadf8dcee5
Improve cabal hacking experience (#215)
* Add standard haskell gitignore entries

* Add cradles for using HLS with Cabal

Co-authored-by: David Himmelstrup <lemmih@gmail.com>
2021-09-11 17:43:41 +08:00

21 lines
572 B
YAML

cradle:
multi:
- path: "./src"
config:
cradle:
stack: {component: "reanimate:lib"}
cabal: {component: "lib:reanimate"}
- path: "./videos"
config:
cradle:
stack: {component: "reanimate:lib"}
cabal: {component: "lib:reanimate"}
- path: "./examples"
config:
cradle:
stack: {component: "reanimate:lib"}
cabal: {component: "lib:reanimate"}
- path: "./test"
config: {cradle: {none: }}
- path: "./discord-bot"
config: {cradle: {none: }}