Skip to content

Commit 739e58f

Browse files
author
Julien Debon
committed
HLS uses implicit-hie when no hie.yaml is present
1 parent ab517d3 commit 739e58f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/configuration.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,9 @@ In turn, `hie-bios` needs some configuration to identify all files, GHC options,
9696
There are several ways to provide this configuration to `hie-bios`, detailed below.
9797

9898
### Implicit configuration
99-
If no `hie.yaml` file is present, `haskell-language-server` automatically detects your `hie-bios` configuration.
99+
If no `hie.yaml` file is present, `haskell-language-server` automatically detects your `hie-bios` configuration using [implicit-hie](https://github.com/Avi-D-coder/implicit-hie).
100100
**For most cases, this works just fine, and is the recommended way.**
101101

102-
See [the hie-bios documentation](https://github.com/haskell/hie-bios#implicit-configuration) for more information on implicit configuration.
103-
104102
### Explicit, generated configuration
105103
Maybe using the implicit configuration does not suit you.
106104
E.g., it does not work, or you prefer to have explicit configuration in your project.

0 commit comments

Comments
 (0)