hrepl depends on haskell-src-exts
Open
- Dominant language
- Haskell
- Stars
- 51
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
hrepl currently uses haskell-src-exts to parse module names from source files. It uses that information to create the gghci script that loads all of the modules properly.
We should switch to use the `ghc` library (or alternately `ghc-parse-lib`) as a dependency instead.
Contributor guide
Assessment
This issue has not been assessed yet.