File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 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 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
58cradle:
69 cabal:
710
Original file line number Diff line number Diff line change 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 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+ # ```
512cradle:
613 stack:
714 - path: "./test"
You can’t perform that action at this time.
0 commit comments