Eval plugin ignores LANGUAGE extensions #320
Labels
component: hls-eval-plugin
type: bug
Something isn't right: doesn't work as intended, documentation is missing/outdated, etc..
First of all, I would like to thank all the developers that make HLS possible! The HLS undoubtedly improves DX in Haskell tremendously!
By the way, it seems that Eval plugin ignores language pragmas of the given module.
Consider the following simple example:
Then
Evaluate...
code lens appears at the top of each>>>
lines:But if we click both
Evaluate...
s, the HLS complains that the required language pragma(s) are not enabled, even though it is specified byLANGUAGE
pragma!Environment
The text was updated successfully, but these errors were encountered: