release-haskell: fix comment on pkgsMusl.haskellPackages

This commit is contained in:
(cdep)illabout 2021-07-24 21:12:00 +09:00
parent aca8a4e36d
commit 95cd2f7a1f
No known key found for this signature in database
GPG key ID: 462E0C03D11422F4

View file

@ -258,8 +258,14 @@ let
pkgsMusl.haskellPackages =
removePlatforms
[
"aarch64-linux" # aarch64 does not appear to be supported
"x86_64-darwin" # musl only supports linux
# pkgsMusl is compiled natively with musl. It is not
# cross-compiled (unlike pkgsStatic). We can only
# natively bootstrap GHC with musl on x86_64-linux because
# upstream doesn't provide a musl bindist for aarch64.
"aarch64-linux"
# musl only supports linux, not darwin.
"x86_64-darwin"
]
{
inherit (packagePlatforms pkgs.pkgsMusl.haskellPackages)