summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2020-02-15 23:03:40 -0800
committerBen Sima <ben@bsima.me>2020-02-16 00:37:52 -0800
commitd480cce48d04d5e4353281f014f66fd61301c393 (patch)
tree395e1ed88036a9511f2197cce885c1a8a2256d64 /README.md
parent9c01b1fc7dac01b5d2a53ffc710c24811a773904 (diff)
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.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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: