google / hrepl

Interactive development for Bazel/Haskell rules
Apache License 2.0
47 stars 10 forks source link

hrepl depends on haskell-src-exts #5

Open judah opened 4 years ago

judah commented 4 years ago

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.