Skip to content
This repository was archived by the owner on Feb 3, 2022. It is now read-only.

Commit 9cc6b27

Browse files
author
Gershom
committed
Merge branch 'master' of github.com:haskell/haskell-platform into minimal-full-split
2 parents 48aff26 + b3212f4 commit 9cc6b27

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed
32.3 KB
Loading

website/templates/plan-a/download-os-sections.html.mu

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
<ul>
3939
<li class="active"><a href="#osx-none"><span class="logo"><i class="fa fa-cogs"></i></span>None</a></li>
4040
<li><a href="#osx-macports"><img alt="MacPorts logo" class="logo" src="img/distro-macports.png">MacPorts</a></li>
41+
<li><a href="#osx-homebrewcask"><img alt="Homebrew logo" class="logo" src="img/distro-homebrew.png">Homebrew</a></li>
4142
</ul>
4243
</div>
4344

@@ -101,6 +102,15 @@
101102
<pre>$ sudo port install haskell-platform</pre>
102103
</div> <!-- #osx-macports -->
103104

105+
<div id="osx-homebrewcask" class="flavor">
106+
<h3>Homebrew Cask</h3>
107+
<p>To install Haskell Platform with
108+
<a href="http://caskroom.io">Homebrew Cask</a>,
109+
simply run,
110+
</p>
111+
<pre>$ brew cask install haskell-platform</pre>
112+
</div> <!-- #osx-homebrewcask -->
113+
104114
</div>
105115
<div class="bottom-rule"></div>
106116
</section>
@@ -188,7 +198,9 @@
188198
<h3>Select your distribution</h3>
189199
<p>
190200
Please select your Linux distribution in the
191-
list on the right.
201+
list on the right. Note that distribution-packaged versions are typically behind the current
202+
platform release. If you prefer to use the latest version rather than the
203+
distribution-packaged version, then you may use the generic Linux installer.
192204
</p>
193205
<div class="point-to-flavors-list"><i class="fa fa-arrow-right"></i></div>
194206
</div>
@@ -199,9 +211,9 @@
199211
This is a <strong>generic</strong>
200212
distribution of the Haskell Platform. While
201213
it should work on most modern Linux
202-
distributions, you should use one of the
214+
distributions, you may want to investigate use one of the
203215
distribution-specific options listed on the
204-
right if possible.
216+
right.
205217
</p>
206218
<p>
207219
The latest version of the Haskell Platform for Linux is

0 commit comments

Comments
 (0)