about summary refs log tree commit diff
path: root/users/grfn/xanthous/hie.yaml
blob: e7cf01d158e528f33a2b3a053314c1521fc2ba73 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
cradle:
  cabal:
    - path: './src'
      component: 'lib:xanthous'
    - path: './test'
      component: 'test:test'
    - path: './app'
      component: 'exe:xanthous'
    - path: './bench'
      component: 'bench:benchmark'