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 +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ tasks. The platform is maintained and released so as to be a consistent, stable
9
9
base. It aims to be a quick way to a working Haskell environment, and a solid
10
10
foundation on which to base production software.
11
11
12
+ While end-users _can_ build the platform themselves, it is generally recommended,
13
+ if possible, to use the prebuilt binaries available from https://www.haskell.org/platform/
14
+
12
15
DISTRIBUTION
13
16
------------
14
17
The platform comes in several forms:
@@ -52,9 +55,9 @@ You need the platform build files, either from the *source repo* or the
52
55
*source tarball*. Build instructions are the same for either.
53
56
54
57
You need a GHC bindist that matches the OS you are compiling on. It must also
55
- match the GHC version used by the platform, currently 7.8.3 . You can get this
58
+ match the GHC version used by the platform, currently 7.10.2 . You can get this
56
59
from:
57
- http ://www.haskell.org/ghc/download_ghc_7_8_3
60
+ https ://www.haskell.org/ghc/download_ghc_7_10_2
58
61
59
62
The machine doing the build needs to have a working Haskell setup: Usually,
60
63
GHC (7.4 or later), Cabal (1.16 or later), and haddock and HsColour must be on
You can’t perform that action at this time.
0 commit comments