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

Commit a8b8208

Browse files
committed
wrap readme
1 parent ef5542d commit a8b8208

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ Development usually happens in other branches.
3131
includes the sources of the packages that make up the platform, and excludes
3232
some of the ancillary things in the source repo. You can use this to build
3333
the platform without access to hackage or even an internet connection. You still
34-
need a GHC bindist, as well as cabal and stack binaries, either built from source or available from their respective websites.
34+
need a GHC bindist, as well as cabal and stack binaries, either built from source or
35+
available from their respective websites.
3536

3637
*installer* - For Windows and OS X, the platform is distributed as a standard
3738
installer for the operating system. It contains a fully built version of the
@@ -81,17 +82,18 @@ This will build the hptool itself, and then use that tool to build first the
8182
platform source tarball, and finally the hermetic build of all the platform
8283
packages.
8384

84-
By default this now builds a "minimal" installer that does not install libraries beyond core. To build a "full" installer
85-
with a broader range of libraries pre-installed in the global store, pass a "-f" option.
85+
By default this now builds a "minimal" installer that does not install libraries beyond core. To
86+
build a "full" installer with a broader range of libraries pre-installed in the global store, pass
87+
a "-f" option.
8688

8789
If you are building for a Posix like system (Linux, or BSD), then you can add
8890
the command line option --prefix to specify where, on the target system the
8991
tree of built things will be placed. It defaults to "/usr/local/haskell". The
9092
build will include another directory under that named "ghc-x.y.z-arch" and
9193
everything will be installed under there.
9294

93-
Adding -j<n> (no space between the j and the number of cores) to the build invocation will enable building on multiple cores at
94-
once.
95+
Adding -j<n> (no space between the j and the number of cores) to the build invocation
96+
will enable building on multiple cores at once.
9597

9698

9799
INSTALLATION

0 commit comments

Comments
 (0)