[Haskell-community] haskell.org download page
Paolo Giarrusso
p.giarrusso at gmail.com
Tue Aug 30 15:24:24 UTC 2016
On 30 August 2016 at 15:56, Steven J. Syrek <steven.syrek at 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/
More information about the Haskell-community
mailing list