ghc-alt-libc icon indicating copy to clipboard operation
ghc-alt-libc copied to clipboard

Stack resolver support to ghc-alt-libc?

Open thautwarm opened this issue 5 years ago • 1 comments

Hi, thanks for making this. I feel like to use ghc-musl to get rid of glibc, however in stack projects this does need some work to integrate: https://docs.haskellstack.org/en/stable/yaml_configuration/#resolver

I wonder if any plan for this?

thautwarm avatar Feb 21 '20 19:02 thautwarm

Hi. In order to use ghc-musl you have to be using an environment that is based on musl. I personally use gentoo musl, most people seem to prefer Alpine Linux. You cannot use from it a glibc based distro, which includes most popular distros. For using ghc-musl with stack under Alpine linux, please have a look at commercialhaskell/stack#2387.

redneb avatar Feb 22 '20 17:02 redneb