Skip to content

Commit ade65d0

Browse files
authored
Merge pull request #80 from alanz/master
Remove warning on hie.yaml samples, no longer needed
2 parents ff47306 + 7fc7c0d commit ade65d0

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

hie.yaml.cbl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
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 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
84
cradle:
95
cabal:
106

hie.yaml.stack

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
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 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-
# ```
124
cradle:
135
stack:
146
- path: "./test/functional/"

0 commit comments

Comments
 (0)