stack not working?

Gleb Popov 6yearold at gmail.com
Sun Oct 7 13:29:34 UTC 2018


On Sat, Oct 6, 2018, 22:31 José Pérez via freebsd-haskell <
freebsd-haskell at freebsd.org> wrote:

> Hi all,
> is it me or stack is not working in FreeBSD?
>
> haskell/test% stack setup
> No setup information found for ghc-8.4.3 on your platform.
> This probably means a GHC bindist has not yet been added for OS key
> 'freebsd64'.
> Supported versions: ghc-7.8.4, ghc-7.10.1, ghc-7.10.2, ghc-7.10.3,
> ghc-8.0.1, ghc-8.0.2, ghc-8.2.1, ghc-8.2.2, ghc-8.4.1, ghc-8.4.2,
> ghc-8.6.1
>
> pkgs installed:
> ghc 8.4.3_1
> stack 1.7.1_1
>
> Is there a workaround? Thank you.
>
> Regards,
>
> --
> José Pérez
> _______________________________________________
> freebsd-haskell at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-haskell
> To unsubscribe, send any mail to "freebsd-haskell-unsubscribe at freebsd.org"
>

As the error message states, there is just no bindist prepared for 8.4.3.
You can pass --system-ghc flag to make stack use GHC installed from freebsd
packages.

>


More information about the freebsd-haskell mailing list