Skip to content

Commit 133f858

Browse files
committed
Move Windows installers above manual download
1 parent 1c372ca commit 133f858

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

doc/install_and_upgrade.md

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,26 @@ find links that always point to the latest bindists
2020
variable similarly to your root (e.g., `set STACK_ROOT=c:\stack_root`) *before*
2121
running `stack`.
2222

23+
*Note:* while generally 32-bit GHC is better tested on Windows, there are
24+
reports that recent versions of Windows only work with the 64-bit version of
25+
Stack (see
26+
[issue #393](https://github.com/commercialhaskell/stack/issues/393)).
27+
28+
### Installer
29+
30+
We recommend installing to the default location with these installers, as that
31+
will make `stack install` and `stack upgrade` work correctly out of the box.
32+
33+
* [Windows 32-bit Installer](https://www.stackage.org/stack/windows-i386-installer)
34+
* [Windows 64-bit Installer](https://www.stackage.org/stack/windows-x86_64-installer)
35+
36+
### Manual download
37+
2338
* Download the latest release:
2439

2540
* [Windows 32-bit](https://www.stackage.org/stack/windows-i386)
2641
* [Windows 64-bit](https://www.stackage.org/stack/windows-x86_64)
2742

28-
Note: while generally 32-bit GHC is better tested on Windows, there are
29-
reports that recent versions of Windows only work with the 64-bit version of
30-
stack (see
31-
[issue #393](https://github.com/commercialhaskell/stack/issues/393)).
32-
3343
* Unpack the archive and place `stack.exe` somewhere on your `%PATH%` (see
3444
[Path section below](#path)) and you can then run `stack` on the command line.
3545

@@ -40,14 +50,6 @@ NOTE: These executables have been built and tested on a Windows 7, 8.1, and 10
4050
been tested. If you do test, please edit and update this page to indicate as
4151
such.
4252

43-
### Installer (experimental)
44-
45-
We recommend installing to the default location with these installers, as that
46-
will make `stack install` and `stack upgrade` work correctly out of the box.
47-
48-
* [Windows 32-bit Installer](https://www.stackage.org/stack/windows-i386-installer) (experimental)
49-
* [Windows 64-bit Installer](https://www.stackage.org/stack/windows-x86_64-installer) (experimental)
50-
5153
## Mac OS X
5254

5355
### Using brew

0 commit comments

Comments
 (0)