Skip to content

Commit 94a7061

Browse files
authored
Remove button emphasis on non-recommended installation methods. (#241)
1 parent 64fcfac commit 94a7061

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

site/downloads.markdown

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ isDownloads: true
1010

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

13-
* Use [GHCup](https://www.haskell.org/ghcup/) to install GHC, cabal-install, Stack and haskell-language-server
13+
14+
* 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
15+
16+
<br>
1417

1518
* * *
1619

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

2831
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.
2932

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

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

@@ -73,7 +76,7 @@ Alternatively, many operating systems provide GHC, cabal and Stack through their
7376
**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).
7477
</div>
7578

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

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

9396
</div>
9497

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

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

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

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

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

0 commit comments

Comments
 (0)