[Haskell-cafe] How to direct cabal to use an alternative ghc version, ala stack?

Mikhail Glushenkov the.dead.shall.rise at gmail.com
Thu Sep 3 01:12:09 UTC 2015


Hi,

On 3 September 2015 at 02:37, David Banas <capn.freako at gmail.com> 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'.


More information about the Haskell-Cafe mailing list