Skip to content
This repository was archived by the owner on Feb 3, 2022. It is now read-only.

Commit 2ef782a

Browse files
committed
update README, fix typo in multicore description
1 parent ae9838a commit 2ef782a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ You need the platform build files, either from the *source repo* or the
5555
*source tarball*. Build instructions are the same for either.
5656

5757
You need a GHC bindist that matches the OS you are compiling on. It must also
58-
match the GHC version used by the platform, currently 7.10.2. You can get this
58+
match the GHC version used by the platform, currently 7.10.3. You can get this
5959
from:
60-
https://www.haskell.org/ghc/download_ghc_7_10_2
60+
https://www.haskell.org/ghc/download_ghc_7_10_3
6161

6262
The machine doing the build needs to have a working Haskell setup: Usually,
6363
GHC (7.4 or later), Cabal (1.16 or later), and haddock and HsColour must be on
@@ -85,7 +85,7 @@ tree of built things will be placed. It defaults to "/usr/local/haskell". The
8585
build will include another directory under that named "ghc-x.y.z-arch" and
8686
everything will be installed under there.
8787

88-
Adding -j <n> to the build invocation will enable building on multiple cores at
88+
Adding -j<n> (no space between the j and the number of cores) to the build invocation will enable building on multiple cores at
8989
once.
9090

9191

0 commit comments

Comments
 (0)