haskell: remove ghcjs from pkgsMusl in release-haskell.nix

This commit is contained in:
(cdep)illabout 2021-09-18 02:38:20 +09:00
parent f82c865b2b
commit fb4ad10f1a
No known key found for this signature in database
GPG key ID: 462E0C03D11422F4

View file

@ -252,6 +252,9 @@ let
# remove integer-simple because it appears to be broken with
# musl and non-static-linking.
integer-simple = {};
ghcjs = {};
ghcjs810 = {};
};
# Get some cache going for MUSL-enabled GHC.