From 79362be2832b9ed1db72ae057305afb89960b950 Mon Sep 17 00:00:00 2001 From: Will Fancher Date: Mon, 16 Jul 2018 01:14:55 -0400 Subject: [PATCH] Update readme with --compiler option for GHCJS --- pkgs/development/compilers/ghcjs-ng/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/compilers/ghcjs-ng/README.md b/pkgs/development/compilers/ghcjs-ng/README.md index 6292f0cd4d2..99ad980c965 100644 --- a/pkgs/development/compilers/ghcjs-ng/README.md +++ b/pkgs/development/compilers/ghcjs-ng/README.md @@ -16,6 +16,6 @@ $ nix-prefetch-git https://github.com/ghcjs/ghcjs --rev refs/heads/ghc-8.4 \ | jq '{ url, rev, fetchSubmodules, sha256 }' \ > 8.4/git.json $ cat $(nix-build ../../../.. -A haskell.compiler.ghcjs82.genStage0 --no-out-link) > 8.4/stage0.nix -$ cabal2nix git://github.com/ghcjs/ghcjs-base > ghcjs-base.nix +$ cabal2nix --compiler ghcjs git://github.com/ghcjs/ghcjs-base > ghcjs-base.nix ```