Skip to content

Commit

Permalink
Remove button emphasis on non-recommended installation methods. (hask…
Browse files Browse the repository at this point in the history
  • Loading branch information
Martinsos authored Jan 29, 2023
1 parent 64fcfac commit 94a7061
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions site/downloads.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ isDownloads: true

*for Linux, macOS, FreeBSD, Windows or WSL2*

* Use [GHCup](https://www.haskell.org/ghcup/) to install GHC, cabal-install, Stack and haskell-language-server

* Use <a href="https://www.haskell.org/ghcup/" class="btn btn-xs btn-primary">GHCup</a> to install GHC, cabal-install, Stack and haskell-language-server

<br>

* * *

Expand All @@ -27,7 +30,7 @@ The Haskell toolchain consists of the following tools:

Alternatively, many operating systems provide GHC, cabal and Stack through their native package manager. The packages are often out-of-date but if you prefer to use this method of installation then you will find useful links below.

<p><a data-toggle="collapse" href="#collapse-linux" class="btn btn-xs btn-primary">Show Linux distros</a></p>
<p><a data-toggle="collapse" href="#collapse-linux" class="btn btn-xs">Show Linux distros</a></p>

<div id="collapse-linux" class="collapse">

Expand Down Expand Up @@ -73,7 +76,7 @@ Alternatively, many operating systems provide GHC, cabal and Stack through their
**Do not use the Haskell development tools provided by Arch, they are broken.** For more information see [[1]](https://dixonary.co.uk/blog/haskell/cabal-2020) [[2]](https://stackoverflow.com/questions/65643699/what-is-the-suggested-way-of-setting-up-haskell-on-archlinux/65644318#65644318).
</div>

<p><a data-toggle="collapse" href="#collapse-nixos" class="btn btn-xs btn-primary">Show Nix/NixOS instructions</a></p>
<p><a data-toggle="collapse" href="#collapse-nixos" class="btn btn-xs">Show Nix/NixOS instructions</a></p>

<div id="collapse-nixos" class="collapse">
<!-- This installation method is owned by @maralorn -->
Expand All @@ -92,7 +95,7 @@ Alternatively, many operating systems provide GHC, cabal and Stack through their

</div>

<p><a data-toggle="collapse" href="#collapse-freebsd" class="btn btn-xs btn-primary">Show FreeBSD packages</a></p>
<p><a data-toggle="collapse" href="#collapse-freebsd" class="btn btn-xs">Show FreeBSD packages</a></p>

<div id="collapse-freebsd" class="collapse">

Expand All @@ -102,7 +105,7 @@ Alternatively, many operating systems provide GHC, cabal and Stack through their
[Stack](https://www.freshports.org/devel/stack/)
</div>

<p><a data-toggle="collapse" href="#collapse-windows" class="btn btn-xs btn-primary">Show Windows packages</a></p>
<p><a data-toggle="collapse" href="#collapse-windows" class="btn btn-xs">Show Windows packages</a></p>

<div id="collapse-windows" class="collapse">

Expand Down

0 comments on commit 94a7061

Please sign in to comment.