Just approaching HLS plugin development via this tutorial, and it appears to me that the following line
|
, mn /= moduleName pRELUDE |
should be changed to
After all, that's also what the line looks like in the actual HLS plugin:
https://github.com/haskell/haskell-language-server/blob/dd3dbd75691341126cabc76450ab06003af5cb34/plugins/hls-explicit-imports-plugin/src/Ide/Plugin/ExplicitImports.hs#L407
I'm on GHC 9.14.1 + HLS 2.13.0.0.
Just approaching HLS plugin development via this tutorial, and it appears to me that the following line
hls-tutorial/README.md
Line 362 in 72d06de
should be changed to
, mn /= pRELUDE_NAMEAfter all, that's also what the line looks like in the actual HLS plugin:
https://github.com/haskell/haskell-language-server/blob/dd3dbd75691341126cabc76450ab06003af5cb34/plugins/hls-explicit-imports-plugin/src/Ide/Plugin/ExplicitImports.hs#L407
I'm on GHC 9.14.1 + HLS 2.13.0.0.