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

Commit 08d7925

Browse files
committed
Update README
1 parent a8b8208 commit 08d7925

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,19 @@ You need the platform build files, either from the *source repo* or the
5858
*source tarball*. Build instructions are the same for either.
5959

6060
You need a GHC bindist that matches the OS you are compiling on. It must also
61-
match the GHC version used by the platform, currently 7.10.3. You can get this
62-
from:
63-
https://www.haskell.org/ghc/download_ghc_7_10_3
61+
match the GHC version used by the platform, which you can find by looking in the Releases*.hs files.
62+
63+
You can get the bindists from
64+
65+
https://www.haskell.org/ghc/download
6466

6567
The machine doing the build needs to have a working Haskell setup: Usually,
66-
GHC (7.4 or later), Cabal (1.16 or later), and haddock and HsColour must be on
68+
GHC (7.4 or later), Cabal (1.24 or later), and haddock and HsColour must be on
6769
the $PATH.
6870

71+
You also need a proper version of the cabal and stack binaries to be bundled.
72+
73+
You can build a cabal directly from hackage and get a stack from http://docs.haskellstack.org
6974

7075
BUILDING
7176
--------

0 commit comments

Comments
 (0)