GHC 9.4.7 provides (non-static) bindists for Alpine Linux, which are believe to work: https://downloads.haskell.org/~ghc/9.4.7/.
Stack's default setup-info directory (https://github.com/commercialhaskell/stackage-content/blob/master/stack/stack-setup-2.yaml) has a category for linux64-musl, which was used for GHC 8.6.5, 8.8.1 to 8.8.4, 8.10.1 to 8.10.7, 9.0.1, 9.0.2 and 9.2.1.
Stack 2.11.1 Stack.Setup.getGhcBuilds does not currently check for musl libc.
GHC 9.4.7 provides (non-static) bindists for Alpine Linux, which are believe to work: https://downloads.haskell.org/~ghc/9.4.7/.
Stack's default
setup-infodirectory (https://github.com/commercialhaskell/stackage-content/blob/master/stack/stack-setup-2.yaml) has a category forlinux64-musl, which was used for GHC 8.6.5, 8.8.1 to 8.8.4, 8.10.1 to 8.10.7, 9.0.1, 9.0.2 and 9.2.1.Stack 2.11.1
Stack.Setup.getGhcBuildsdoes not currently check for musl libc.