Runtime Haskell interpreter

#6Is it possible to move the first argument of GHC.runGhcT to runInterpreterWithArgs?

Just GHC.Paths.libdir is a hardcoded argument of GHC.runGhcT in InterpreterT.execute. Is it possible to move it somewhere? for example to runInterpreterWithArgs or runInterpreterWithLibDir?

I added a patch which does that thing. It's available here: https://github.com/flowbox-public/hint/commit/44d04ec43f60a96f2f32444b60969a2da8325414