
3 Sep
2015
3 Sep
'15
12:44 a.m.
On 03/09/15 04:12, Mikhail Glushenkov wrote:
Hi,
On 3 September 2015 at 02:37, David Banas
wrote: Hi all,
How do I direct cabal to use an alternative (i.e. - not my system’s default) version of ghc, which I’ve installed, via stack?
Try 'cabal install -w /path/to/ghc foo'.
Or simply add the path to ghc to PATH, as in PATH=$HOME/.stack/programs/x86_64-linux/ghc-$VERSION/bin:$PATH