10 lines
228 B
YAML
10 lines
228 B
YAML
cradle:
|
|
cabal:
|
|
- path: './src'
|
|
component: 'lib:xanthous'
|
|
- path: './test'
|
|
component: 'test:test'
|
|
- path: './app'
|
|
component: 'exe:xanthous'
|
|
- path: './bench'
|
|
component: 'bench:benchmark'
|