This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit 11ab93f
Remove
While removing references to GHC 9.4, I realized that some parts of HLS are
referring to even older versions of GHC.
For example, `hie-compat` is a compatibility library backporting support of
Haskell IDE Engine (HIE) features to older versions of GHC. Since GHC 9.2,
`hie-compat` only re-exported definitions already present in the `ghc` library,
and so, is essentially obsolete.
FYI: We still have `hie-compat` in the dependency graph, because some
libraries (e.g., `hiedb`) are using it.hie-compat
1 parent 8d96270 commit 11ab93f
File tree
52 files changed
+110
-2514
lines changed- docs/contributing
- ghcide
- src/Development/IDE
- Core
- GHC
- Plugin/Completions
- Spans
- hie-compat
- src-ghc92/Compat
- src-reexport-ghc92/Compat
- src-reexport-ghc9/Compat
- src-reexport/Compat
- hls-test-utils/src/Development/IDE/Test
- plugins
- hls-call-hierarchy-plugin/src/Ide/Plugin/CallHierarchy
- hls-class-plugin/src/Ide/Plugin/Class
- hls-code-range-plugin/src/Ide/Plugin/CodeRange
- hls-explicit-record-fields-plugin/src/Ide/Plugin
- hls-qualify-imported-names-plugin/src/Ide/Plugin
- hls-refactor-plugin/src/Development/IDE/Plugin
- hls-rename-plugin/src/Ide/Plugin
- hls-semantic-tokens-plugin/src/Ide/Plugin/SemanticTokens
- hls-stan-plugin/src/Ide/Plugin
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
52 files changed
+110
-2514
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | | - | |
201 | 200 | | |
202 | 201 | | |
203 | 202 | | |
| |||
0 commit comments