Skip to content

Commit e1c8e2c

Browse files
committed
Merge pull request #1652 from felixonmars/arch-installation
Update Arch Linux instructions for [community]/stack package
2 parents dd6a6bc + b5918b2 commit e1c8e2c

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

doc/install_and_upgrade.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -226,15 +226,16 @@ releases by ten days or more.
226226

227227
## Arch Linux
228228

229-
*note*: for 32-bit, use the [generic Linux option](#linux). (You will need to ensure libtinfo is installed, see below.)
229+
*Note:* `stack` package in the [community] repository isn't managed by the
230+
Stack release team. Depending on the maintainer's availability, it can lag
231+
new releases by some days.
230232

231-
stack can be found in the AUR:
232-
- [haskell-stack](https://aur.archlinux.org/packages/haskell-stack/) _latest stable version_
233+
- [stack](https://www.archlinux.org/packages/community/x86_64/stack/) _latest stable version_
233234
- [haskell-stack-git](https://aur.archlinux.org/packages/haskell-stack-git/) _git version_
234235

235-
In order to install stack from Hackage or from source, you will need the [libtinfo](https://aur.archlinux.org/packages/libtinfo/) Arch Linux package installed. If this package is not installed, stack will not be able to install GHC.
236+
In order to install stack from Hackage or from source, you will need the [libtinfo](https://aur.archlinux.org/packages/libtinfo/) Arch Linux package installed. If this package is not installed, stack will not be able to install GHC.
236237

237-
If you use the [ArchHaskell repository](https://wiki.archlinux.org/index.php/ArchHaskell), you can also get the `haskell-stack` package from there.
238+
If you use the [ArchHaskell repository](https://wiki.archlinux.org/index.php/ArchHaskell), you can also get the `haskell-stack-tool` package from there.
238239

239240
## NixOS
240241

0 commit comments

Comments
 (0)