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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index fc9d918..d8ced5b 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ To build code, do: To get in the environment for a thing, use `nix run`. For example, if you want `ghci` with packages for `ibb`, do this: - nix run -f default.nix Com.InfluencedByBooks.ghc && ghci + nix run -f default.nix Com.InfluencedByBooks.Server.env && ghci And to deploy: -- cgit v1.2.3