Skip to content

Commit dc35b24

Browse files
committed
Warning about not working hie.yaml
1 parent f853886 commit dc35b24

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

hie.yaml.cbl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# This is a sample hie.yaml file for opening haskell-language-server
22
# in hie, using cabal as the build system. To use is, copy it to a
33
# 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
57
cradle:
68
cabal:
79

hie.yaml.stack

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# This is a sample hie.yaml file for opening haskell-language-server
22
# in hie, using stack as the build system. To use is, copy it to a
33
# 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+
# ```
511
cradle:
612
stack:
713
- path: "./test"

0 commit comments

Comments
 (0)