simple eval plugin should respect extension pragmas in file #369
Labels
component: hls-eval-plugin
type: bug
Something isn't right: doesn't work as intended, documentation is missing/outdated, etc..
Steps to reproduce
Tell us how to reproduce this issue.
Create a stack project and update Main.hs to:
Expected behaviour
OverloadedStrings should take effect in the inline code evaluation context resulting in:
Actual behaviour
An error indicating the inline evaluation context doesn't respect
OverloadedStrings
. I've also verified it doesn't work with others likeDeriveGeneric
andTypeApplications
.The text was updated successfully, but these errors were encountered: