
2016-09-13 21:14 GMT+02:00 John Wiegley
"RE" == Richard Eisenberg
writes: RE> To fix (B), stack just needs a new option so that `stack setup` installs a RE> system GHC. Perhaps it would even be sufficient for `stack setup` to RE> clearly tell the user where ghc is installed and what to add to their RE> PATH.
Some other tools provide an "env" sub-command, so that a person can run:
eval $(stack env)
And now ghc, ghci, etc., would be on the PATH, and the user doesn't really need to care about where it lives.
+1
-- John Wiegley GPG fingerprint = 4710 CF98 AF9B 327B B80F http://newartisans.com 60E1 46C4 BD1A 7AC1 4BA2 _______________________________________________ Haskell-Cafe mailing list To (un)subscribe, modify options or view archives go to: http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe Only members subscribed via the mailman list are allowed to post.
-- Alberto.