|
38 | 38 | <ul>
|
39 | 39 | <li class="active"><a href="#osx-none"><span class="logo"><i class="fa fa-cogs"></i></span>None</a></li>
|
40 | 40 | <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> |
41 | 42 | </ul>
|
42 | 43 | </div>
|
43 | 44 |
|
|
101 | 102 | <pre>$ sudo port install haskell-platform</pre>
|
102 | 103 | </div> <!-- #osx-macports -->
|
103 | 104 |
|
| 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 | + |
104 | 114 | </div>
|
105 | 115 | <div class="bottom-rule"></div>
|
106 | 116 | </section>
|
|
188 | 198 | <h3>Select your distribution</h3>
|
189 | 199 | <p>
|
190 | 200 | 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. |
192 | 204 | </p>
|
193 | 205 | <div class="point-to-flavors-list"><i class="fa fa-arrow-right"></i></div>
|
194 | 206 | </div>
|
|
199 | 211 | This is a <strong>generic</strong>
|
200 | 212 | distribution of the Haskell Platform. While
|
201 | 213 | 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 |
203 | 215 | distribution-specific options listed on the
|
204 |
| - right if possible. |
| 216 | + right. |
205 | 217 | </p>
|
206 | 218 | <p>
|
207 | 219 | The latest version of the Haskell Platform for Linux is
|
|
0 commit comments