about summary refs log tree commit diff
path: root/users/glittershark/xanthous/hie.yaml
blob: 49f8ec1fbb3d55b38497546773bc404b58d0158f (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: './src'
      component: 'exe:xanthous'
    - path: './bench'
      component: 'bench:benchmark'