mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-09 07:03:11 +00:00
* Add standard haskell gitignore entries * Add cradles for using HLS with Cabal Co-authored-by: David Himmelstrup <lemmih@gmail.com>
21 lines
572 B
YAML
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: }}
|