Instance declarations in hs-boot files result in GHC errors #723
Labels
component: ghcide
type: bug
Something isn't right: doesn't work as intended, documentation is missing/outdated, etc..
Hi, I've come across this issue where any hs-boot file containing instance
declarations results in the following error on the module:
This causes any modules dependent on the hs-boot module to also fail.
For reference:
X.hs-boot
X.hs
The text was updated successfully, but these errors were encountered: