From d480cce48d04d5e4353281f014f66fd61301c393 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Sat, 15 Feb 2020 23:03:40 -0800 Subject: Split buildHaskellApp into buildGhc and buildGhcjs Two functions makes it simpler to reason about what is being built and when, even if it is a bit more explicit. I also removed the dumb Apex/Aero naming thing because Server/Client is just easier to remember. --- ghci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ghci') diff --git a/ghci b/ghci index be1cd94..0797ce5 100755 --- a/ghci +++ b/ghci @@ -1,2 +1,2 @@ #!/usr/bin/env bash -nix run -f default.nix "$@.ghc" -c ghci +nix run -f default.nix "$@.env" -c ghci -- cgit v1.2.3