|
40 | 40 | </div></a> |
41 | 41 |
|
42 | 42 | <div class="content"> |
43 | | - <div id="osx-none" class="flavor active"> |
44 | | - <p> |
45 | | - The latest version of the Haskell Platform for Mac OS X is |
46 | | - <strong>{{hpVersion}}</strong>. Note |
47 | | - that the current |
48 | | - Haskell Platform is only compatible with |
49 | | - <strong>OS X 10.8 and later</strong>. |
50 | | - </p> |
51 | | - <p> |
52 | | - These packages are for Mac OS X systems not |
53 | | - using a package manager. |
54 | | - </p> |
55 | | - <p> To get started perform these steps:</p> |
56 | | - |
57 | | - <ol class="install-steps"> |
58 | | - <li> |
59 | | - <div class="step-number">1</div> |
60 | | - <div class="step-body" |
61 | | - <p>Download the |
62 | | - installer.</p> |
| 43 | + <div id="osx-none" class="flavor active"> |
63 | 44 |
|
64 | | - <p>The core installer is the recommended |
65 | | - installer. It includes all tools. The full installer includes |
66 | | - additional global libraries beyond those packaged |
67 | | - with ghc. It especially serves those who want full-featured installers in situations |
68 | | - where network connectivity should not be taken for granted.</p> |
69 | | - |
70 | | - {{#current}} {{#files}} {{#isOSX}} |
71 | | - {{^isFull}} |
72 | | - <div class="download-btn"> |
73 | | - <a href="{{> downloads-root}}{{url}}" onclick="return dl(this)" class="btn btn-haskell" role="button"> |
74 | | - <i class="fa |
75 | | - fa-download"></i> |
76 | | - Download Core ({{archBits}} bit) |
77 | | - </a> |
78 | | - </div> |
79 | | - {{/isFull}} |
80 | | - {{#isFull}} |
81 | | - <div class="download-btn"> |
82 | | - <a href="{{> downloads-root}}{{url}}" onclick="return dl(this)" class="btn btn-haskell" role="button"> |
83 | | - <i class="fa fa-download"></i> Download Full ({{archBits}} bit) |
84 | | - </a> |
85 | | - </div> |
86 | | - {{/isFull}} |
87 | | - {{/isOSX}} {{/files}} {{/current}} |
88 | | - |
89 | | - <div class="download-hash"> |
90 | | - You can verify the integrity of this file by |
91 | | - checking its <strong>SHA-256</strong> hash, |
92 | | - <ul class="hashes"> |
93 | | - {{#current}} {{#files}} {{#isOSX}} |
94 | | - {{^isFull}} |
95 | | - <li>{{archBits}} bit Core:<br><textarea rows="2" cols="40" class="file-hash" readonly onclick="this.select()">{{mHash}}</textarea></li> |
96 | | - {{/isFull}} |
97 | | - {{#isFull}} |
98 | | - <li>{{archBits}} bit Full:<br><textarea rows="2" cols="40" class="file-hash" readonly onclick="this.select()">{{mHash}}</textarea></li> |
99 | | - {{/isFull}} |
100 | | - {{/isOSX}} {{/files}} {{/current}} |
101 | | - </ul> |
102 | | - </div> |
103 | | - </div> |
104 | | - </li> |
105 | | - <li> |
106 | | - <div class="step-number">2</div> |
107 | | - <div class="step-body">Run the installer.</div> |
108 | | - </li> |
109 | | - <li> |
110 | | - <div class="step-number">3</div> |
111 | | - <div class="step-body">Follow the instructions.</div> |
112 | | - </li> |
113 | | - </ol> |
114 | | - </div> <!-- #osx-none --> |
| 45 | + <p> |
| 46 | + The recommended way to install the |
| 47 | + components of the mac platform is |
| 48 | + using <a href="https://www.haskell.org/ghcup/">ghcup</a> |
| 49 | + to install ghc and cabal-install, |
| 50 | + and following the instructions at |
| 51 | + <a href="https://www.haskellstack.org">haskellstack.org</a> |
| 52 | + to install stack. |
| 53 | + </p> |
| 54 | + </div> |
115 | 55 |
|
116 | 56 | <div id="osx-homebrewcask" class="flavor"> |
117 | 57 | <h3>Homebrew Cask</h3> |
@@ -275,9 +215,9 @@ your installed platform. |
275 | 215 | you may need to install "libgmp-dev" using your package manager of choice. |
276 | 216 | </p> |
277 | 217 | <p> |
278 | | - There is no current generic platform |
279 | | - installer. We recommend |
280 | | - using <a href="https://github.com/haskell/ghcup/">ghcup</a> |
| 218 | + The recommended way to install the |
| 219 | + components of the generic platform is |
| 220 | + using <a href="https://www.haskell.org/ghcup/">ghcup</a> |
281 | 221 | to install ghc and cabal-install, |
282 | 222 | and following the instructions at |
283 | 223 | <a href="https://www.haskellstack.org">haskellstack.org</a> |
|
0 commit comments