mirror of
https://git.sr.ht/~magic_rb/haskell-games
synced 2024-11-21 23:34:21 +01:00
17 lines
315 B
YAML
17 lines
315 B
YAML
cradle:
|
|
stack:
|
|
- path: "rpg/src"
|
|
component: "rpg:lib"
|
|
|
|
- path: "rpg/app/Main.hs"
|
|
component: "rpg:exe:rpg-exe"
|
|
|
|
- path: "rpg/test"
|
|
component: "rpg:test:rpg-test"
|
|
|
|
- path: "snake/lib"
|
|
component: "snake:lib"
|
|
|
|
- path: "snake/app/Main.hs"
|
|
component: "snake:exe:snake"
|