mirror of
https://github.com/macocianradu/RosettaHaskellCompiler.git
synced 2026-03-18 21:10:07 +00:00
11 lines
496 B
YAML
11 lines
496 B
YAML
cradle:
|
|
stack:
|
|
- path: "./src"
|
|
component: "RosettaParser:lib"
|
|
|
|
- path: "./app/Main.hs"
|
|
component: "RosettaParser:exe:RosettaParser-exe"
|
|
|
|
- path: "./test"
|
|
component: "RosettaParser:test:RosettaParser-test"
|