diff options
Diffstat (limited to 'users/grfn/xanthous/hie.yaml')
-rw-r--r-- | users/grfn/xanthous/hie.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/users/grfn/xanthous/hie.yaml b/users/grfn/xanthous/hie.yaml new file mode 100644 index 000000000000..49f8ec1fbb3d --- /dev/null +++ b/users/grfn/xanthous/hie.yaml @@ -0,0 +1,10 @@ +cradle: + cabal: + - path: './src' + component: 'lib:xanthous' + - path: './test' + component: 'test:test' + - path: './src' + component: 'exe:xanthous' + - path: './bench' + component: 'bench:benchmark' |