feat(xan): Use haskell-language-server
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
This commit is contained in:
parent
64ce8522fe
commit
6480a81c16
6 changed files with 17 additions and 37 deletions
10
users/glittershark/xanthous/hie.yaml
Normal file
10
users/glittershark/xanthous/hie.yaml
Normal file
|
|
@ -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'
|
||||
Loading…
Add table
Add a link
Reference in a new issue