This repository was archived by the owner on Feb 3, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -55,9 +55,9 @@ You need the platform build files, either from the *source repo* or the
55
55
*source tarball*. Build instructions are the same for either.
56
56
57
57
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
59
59
from:
60
- https://www.haskell.org/ghc/download_ghc_7_10_2
60
+ https://www.haskell.org/ghc/download_ghc_7_10_3
61
61
62
62
The machine doing the build needs to have a working Haskell setup: Usually,
63
63
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
85
85
build will include another directory under that named "ghc-x.y.z-arch" and
86
86
everything will be installed under there.
87
87
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
89
89
once.
90
90
91
91
You can’t perform that action at this time.
0 commit comments