haskell-games/hie.yaml
magic_rb 7080653ca1
RPG starting point
Signed-off-by: magic_rb <richard@brezak.sk>
2023-10-11 19:53:20 +02:00

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"