On 30 August 2016 at 15:56, Steven J. Syrek <steven.sy...@gmail.com> wrote:
> alias ghci="stack ghci"
>
> ?

stack ghci translates to cabal repl which interprets your whole
project. No biggie on small projects, but annoying on big ones.
But the correct alias is closer to

alias ghci='stack exec -- ghci'

Though you *could* argue this is irrelevant to newbies.

--
Paolo G. Giarrusso - Ph.D. Student, Tübingen University
http://ps.informatik.uni-tuebingen.de/team/giarrusso/
_______________________________________________
Haskell-community mailing list
Haskell-community@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-community

Reply via email to