Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion hie.yaml.cbl
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# This is a sample hie.yaml file for opening haskell-language-server
# in hie, using cabal as the build system. To use is, copy it to a
# file called 'hie.yaml'

# WARNING: This configuration works for hie but does not for
# haskell-language-server or ghcide.
# They need support for multi-cradle:
# https://github.com/digital-asset/ghcide/issues/113
cradle:
cabal:

Expand Down
9 changes: 8 additions & 1 deletion hie.yaml.stack
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# This is a sample hie.yaml file for opening haskell-language-server
# in hie, using stack as the build system. To use is, copy it to a
# file called 'hie.yaml'

# WARNING: This configuration works for hie but does not for
# haskell-language-server or ghcide.
# They need support for multi-cradle:
# https://github.com/digital-asset/ghcide/issues/113
# A "working" hie.yaml (only for lib modules) could be
# ```
# cradle: { stack: { component: "haskell-language-server:lib" } }
# ```
cradle:
stack:
- path: "./test"
Expand Down