Haskell Platform
From HaskellWiki
(Difference between revisions)
| Line 39: | Line 39: | ||
We have some buttons to let your friends know about the Haskell Platform. | We have some buttons to let your friends know about the Haskell Platform. | ||
| - | [http://haskell.org/platform http://hackage.haskell.org/platform/icons/button.png] | + | [http://haskell.org/platform http://hackage.haskell.org/platform/icons/button-100.png] |
Use this html in your site: | Use this html in your site: | ||
| Line 45: | Line 45: | ||
<nowiki> | <nowiki> | ||
<a href="http://hackage.haskell.org/platform" | <a href="http://hackage.haskell.org/platform" | ||
| - | ><img src="http://hackage.haskell.org/platform/icons/button.png"></a> | + | ><img src="http://hackage.haskell.org/platform/icons/button-100.png"></a> |
</nowiki> | </nowiki> | ||
Revision as of 14:14, 24 March 2010
|
The Haskell Platform is a single, standard Haskell development environment for everyone. It offers a set of blessed libraries and tools, to save you the task of picking and choosing which core Haskell libraries to use.
Learn more about the Haskell Platform ⇒
Contents |
1 Trouble shooting
2 Getting started
2.1 New to Haskell?
3 Download and install
3.1 Linux instructions
3.2 Mac instructions
3.3 Windows instructions
4 Buttons
We have some buttons to let your friends know about the Haskell Platform.
Use this html in your site:
<a href="http://hackage.haskell.org/platform" ><img src="http://hackage.haskell.org/platform/icons/button-100.png"></a>
Use this html in your site:
<a href="http://hackage.haskell.org/platform" ><img src="http://hackage.haskell.org/platform/icons/button-64.png"></a>

