You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With recent versions of GHC, the :info name command returns a module name in quotes that are unicode characters (in particular x2018 ‘ and x2019 ’). The matching in haskell-mode-find-def only has the ASCII `' quotes.
With recent versions of GHC, the :info name command returns a module name in quotes that are unicode characters (in particular x2018 ‘ and x2019 ’). The matching in
haskell-mode-find-def
only has the ASCII `' quotes.In line 443 in the current HEAD
could be changed to
and in line 448 in the current HEAD
could be changed to
When making these changes only,
haskell-mode-find-def
now works, whereas before it returnednil
.The text was updated successfully, but these errors were encountered: