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 +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -58,14 +58,19 @@ You need the platform build files, either from the *source repo* or the
58
58
*source tarball*. Build instructions are the same for either.
59
59
60
60
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
64
66
65
67
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
67
69
the $PATH.
68
70
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
69
74
70
75
BUILDING
71
76
--------
You can’t perform that action at this time.
0 commit comments