Skip to content

Commit 386f87c

Browse files
author
Julien Debon
committed
Move to troubleshooting
1 parent 63ba56a commit 386f87c

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

docs/configuration.md

-6
Original file line numberDiff line numberDiff line change
@@ -216,12 +216,6 @@ dependencies:
216216
- someDep
217217
```
218218
219-
### Common problems
220-
221-
#### Multi Cradle: No prefixes matched
222-
The error message `Multi Cradle: No prefixes matched` usually means that implicit configuration failed.
223-
In that case, you must use explicit configuration.
224-
225219
### How to show local documentation on hover
226220
227221
Haskell Language Server can display Haddock documentation on hover and completions if the project and

docs/troubleshooting.md

+4
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,10 @@ The server log will show which cradle is being chosen.
165165

166166
Using an explicit `hie.yaml` to configure the cradle can resolve the problem, see the [configuration page](./configuration.md#configuring-your-project-build).
167167

168+
### Multi Cradle: No prefixes matched
169+
The error message `Multi Cradle: No prefixes matched` usually means that implicit configuration failed.
170+
In that case, you must use [explicit configuration](./configuration.md#configuring-your-project-build).
171+
168172
### Static binaries
169173

170174
Static binaries use the GHC linker for dynamically loading dependencies when typechecking Template Haskell code, and this can run into issues when loading shared objects linked against mismatching system libraries, or into GHC linker bugs (mainly the Mach linker used in Mac OS, but also potentially the ELF linker).

0 commit comments

Comments
 (0)