
7 Apr
2015
7 Apr
'15
8:16 p.m.
On Mon, Apr 6, 2015 at 1:46 PM, Jeremy
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