File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
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
-
4
+ # WARNING: This configuration does not currently work.
5
+ # It needs support for multi-cradle in ghcide:
6
+ # https:// github.com/ digital-asset/ ghcide/ issues/ 113
5
7
cradle:
6
8
cabal:
7
9
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
-
4
+ # WARNING: This configuration does not currently work.
5
+ # It needs support for multi-cradle in ghcide:
6
+ # https://github.com/digital-asset/ghcide/issues/113
7
+ # A "working" hie.yaml (only for lib modules) could be
8
+ # ```
9
+ # cradle: { stack: { component: "haskell-language-server:lib" } }
10
+ # ```
5
11
cradle:
6
12
stack:
7
13
- path: "./test"
You can’t perform that action at this time.
0 commit comments