Add ghcjs nix expression

This commit is contained in:
Harendra Kumar 2022-09-27 15:07:30 +05:30 committed by Adithya Kumar
parent 110191a013
commit 4c876d443e

View File

@ -200,6 +200,8 @@ ghcHEAD () {
# ghcjs
#------------------------------------------------------------------------------
# Use the following nix expression for ghcjs
# nix-env -f https://github.com/composewell/nixpkgs/archive/refs/tags/22.05-composewell.tar.gz -iA pkgs.haskell.compiler.ghcjs
ghcjs () {
# We don't pass 'CABAL_BUILD_OPTIONS="--flag limit-build-mem"' here as
# ghcjs requires more memory to build. Adding a conditional for ghcjs in