Skip to content

Commit fbdc352

Browse files
committed
Note that hie.yaml's work with hie
1 parent dc35b24 commit fbdc352

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

hie.yaml.cbl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +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-
# WARNING: This configuration does not currently work.
5-
# It needs support for multi-cradle in ghcide:
4+
# WARNING: This configuration works for hie but does not for
5+
# haskell-language-server or ghcide.
6+
# They need support for multi-cradle:
67
# https://github.com/digital-asset/ghcide/issues/113
78
cradle:
89
cabal:

hie.yaml.stack

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
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-
# WARNING: This configuration does not currently work.
5-
# It needs support for multi-cradle in ghcide:
4+
# WARNING: This configuration works for hie but does not for
5+
# haskell-language-server or ghcide.
6+
# They need support for multi-cradle:
67
# https://github.com/digital-asset/ghcide/issues/113
78
# A "working" hie.yaml (only for lib modules) could be
89
# ```

0 commit comments

Comments
 (0)