runghc and GhcWithInterpreter

Reid Barton rwbarton at gmail.com
Tue Apr 7 20:16:50 UTC 2015


On Mon, Apr 6, 2015 at 1:46 PM, Jeremy <voldermort at hotmail.com> wrote:

> Edward Z. Yang wrote
> > runghc itself is just a little shell script which calls GHC proper
> > with the -f flag, so I suppose the build system was just not set
> > up to not create this link in that case.
>
> I have a binary called runghc under /usr/local/lib/ghc-7.10.1/bin in
> addition to the shell script under /usr/local/bin that references it.
>

Yes, runghc is actually a small Haskell program that shells out to ghc -e.

I filed an issue:  https://ghc.haskell.org/trac/ghc/ticket/10261

Regards,
Reid Barton
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/glasgow-haskell-users/attachments/20150407/9e38728e/attachment.html>


More information about the Glasgow-haskell-users mailing list