diff options
author | Griffin Smith <grfn@gws.fyi> | 2020-07-03T17·46-0400 |
---|---|---|
committer | glittershark <grfn@gws.fyi> | 2020-07-03T23·23+0000 |
commit | 6480a81c1662f75e1996aeb3cb114baf53ca09b9 (patch) | |
tree | 61367bfeca492e5139781e958fe984705a2daf3b /users/glittershark/xanthous/hie.yaml | |
parent | 64ce8522fed750fcfb3a0504267f57dd20bcfb99 (diff) |
feat(xan): Use haskell-language-server r/1204
Use haskell-language-server instead of haskell-ide-engine for Xanthous. Change-Id: I7ef1433d5cd561e659fc06b3f373a6f29dfa5690 Reviewed-on: https://cl.tvl.fyi/c/depot/+/904 Tested-by: BuildkiteCI Reviewed-by: glittershark <grfn@gws.fyi> Reviewed-by: BuildkiteCI
Diffstat (limited to 'users/glittershark/xanthous/hie.yaml')
-rw-r--r-- | users/glittershark/xanthous/hie.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/users/glittershark/xanthous/hie.yaml b/users/glittershark/xanthous/hie.yaml new file mode 100644 index 000000000000..49f8ec1fbb3d --- /dev/null +++ b/users/glittershark/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' |