|
166 | 166 | where network connectivity should not be taken for |
167 | 167 | granted.</p> |
168 | 168 |
|
169 | | - |
| 169 | +<p>The 8.2.1 platform release is for 64 bit Windows only, due to |
| 170 | + issues with GHC 8.2.1 on 32 bit Windows. Future releases are anticipated to resume |
| 171 | + 32 bit support.</p> |
170 | 172 |
|
171 | 173 | {{#current}} {{#files}} {{#isWindows}} |
172 | 174 | {{^isFull}} |
|
188 | 190 | {{/isFull}} |
189 | 191 | {{/isWindows}} {{/files}} {{/current}} |
190 | 192 |
|
191 | | - <div> |
192 | | - You can verify the integrity of this file by |
193 | | - checking its <strong>SHA-256</strong> hash, |
194 | | - <ul class="hashes"> |
195 | | - {{#current}} {{#files}} {{#isWindows}} |
196 | | - {{^isFull}} |
197 | | - <li>{{archBits}} bit Core:<br><textarea rows="2" cols="40" class="file-hash" readonly onclick="this.select()">{{mHash}}</textarea></li> |
198 | | - {{/isFull}} |
199 | | - {{#isFull}} |
200 | | - <li>{{archBits}} bit Full: <br><textarea rows="2" cols="40" class="file-hash" readonly onclick="this.select()">{{mHash}}</textarea></li> |
201 | | - {{/isFull}} |
202 | | - {{/isWindows}} {{/files}} {{/current}} |
203 | | - </ul> |
204 | | - </div> |
205 | | - </li> |
206 | | - <li> |
207 | | - <div class="step-number">2</div> |
208 | | - <div class="step-body">Run the installer and follow the instructions.</div> |
| 193 | + <p>Run the installer and |
| 194 | + follow the instructions.</p> |
209 | 195 | </li> |
210 | 196 | <li> |
211 | | - <div class="step-number">3</div> |
| 197 | + <div class="step-number">2</div> |
212 | 198 | <div class="step-body"> |
213 | 199 | Modify your cabal config |
214 | 200 | file (you can verify the |
215 | 201 | location by running "cabal |
216 | 202 | user-config init") to |
217 | 203 | contain the following lines: |
218 | 204 | <pre> |
219 | | -extra-prog-path: C:\Program Files\Haskell Platform\8.0.2\msys\usr\bin |
220 | | -extra-lib-dirs: C:\Program Files\Haskell Platform\8.0.2\mingw\lib |
221 | | -extra-include-dirs: C:\Program Files\Haskell Platform\8.0.2\mingw\include |
| 205 | +extra-prog-path: C:\Program Files\Haskell Platform\{{hpVersion}}\msys\usr\bin |
| 206 | +extra-lib-dirs: C:\Program Files\Haskell Platform\{{hpVersion}}\mingw\lib |
| 207 | +extra-include-dirs: C:\Program Files\Haskell Platform\{{hpVersion}}\mingw\include |
222 | 208 | </pre> |
223 | | - </div> |
224 | | -</li> |
| 209 | +Note: cabal config files can contain more than one of each of those lines |
| 210 | +— no need to replace any existing entries. Additionally, you may |
| 211 | +want to |
| 212 | +should double-check that the version component of the path corresponds to |
| 213 | +your installed platform. |
| 214 | + </div></li> |
225 | 215 | <li> |
226 | | - <div class="step-number">4</div> |
| 216 | + <div class="step-number">3</div> |
227 | 217 | <div class="step-body">Start WinGHCi from the Start menu and have fun!</div> |
228 | 218 | </li> |
| 219 | + |
| 220 | + <li> <div class="step-body"> |
| 221 | + Note: |
| 222 | + You can verify the |
| 223 | + integrity of downloaded files by |
| 224 | + checking their <strong>SHA-256</strong> hash, |
| 225 | + <ul class="hashes"> |
| 226 | + {{#current}} {{#files}} {{#isWindows}} |
| 227 | + {{^isFull}} |
| 228 | + <li>{{archBits}} bit Core:<br><textarea rows="2" cols="40" class="file-hash" readonly onclick="this.select()">{{mHash}}</textarea></li> |
| 229 | + {{/isFull}} |
| 230 | + {{#isFull}} |
| 231 | + <li>{{archBits}} bit Full: <br><textarea rows="2" cols="40" class="file-hash" readonly onclick="this.select()">{{mHash}}</textarea></li> |
| 232 | + {{/isFull}} |
| 233 | + {{/isWindows}} {{/files}} {{/current}} |
| 234 | + </ul> |
| 235 | + </div> |
| 236 | + |
| 237 | + </li> |
229 | 238 | </ol> |
230 | 239 | </div> |
231 | 240 | <div class="bottom-rule"></div> |
|
0 commit comments