ghc-alt-libc
ghc-alt-libc copied to clipboard
Stack resolver support to ghc-alt-libc?
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?
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.