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
@ddssff I'm not aware of such tool. Maybe @phischu can elaborate how those files were generated initially.
When I was working on importify project I've implemented my own caching of symbols for Hackage packages. But it's doesn't work well for base package because it has a lot of CPP and a lot of primitive Haskell and other fancy stuff so haskell-src-exts can't handle it properly 😞
I submitted a PR that addresses this issue. It eliminates the need for a hard coded symbol base. I've only tested in on Prelude so far. (Well, I thought I submitted it.)
ddssff
added a commit
to ddssff/haskell-names
that referenced
this issue
May 13, 2018
…tion
findModuleSymbols, which generates a list of the modules in a named
modules using template haskell and the hint package. Should close issue haskell-suite#107.
The files are two+ years old - i would think they could get out of date?
The text was updated successfully, but these errors were encountered: