File tree 2 files changed +0
-12
lines changed
2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change 1
1
# This is a sample hie.yaml file for opening haskell-language-server
2
2
# in hie, using cabal as the build system . To use is, copy it to a
3
3
# file called ' hie.yaml'
4
- # WARNING: This configuration works for hie but does not for
5
- # haskell-language-server or ghcide.
6
- # They need support for multi-cradle:
7
- # https:// github.com/ digital-asset/ ghcide/ issues/ 113
8
4
cradle:
9
5
cabal:
10
6
Original file line number Diff line number Diff line change 1
1
# This is a sample hie.yaml file for opening haskell-language-server
2
2
# in hie, using stack as the build system. To use is, copy it to a
3
3
# file called 'hie.yaml'
4
- # WARNING: This configuration works for hie but does not for
5
- # haskell-language-server or ghcide.
6
- # They need support for multi-cradle:
7
- # https://github.com/digital-asset/ghcide/issues/113
8
- # A "working" hie.yaml (only for lib modules) could be
9
- # ```
10
- # cradle: { stack: { component: "haskell-language-server:lib" } }
11
- # ```
12
4
cradle:
13
5
stack:
14
6
- path: "./test/functional/"
You can’t perform that action at this time.
0 commit comments