Haskell Platform
From HaskellWiki
(Difference between revisions)
| Line 6: | Line 6: | ||
__TOC__ | __TOC__ | ||
| + | |||
| + | == Trouble shooting == | ||
| + | |||
| + | * [http://trac.haskell.org/haskell-platform/report/1 Known issues] | ||
| + | * [http://trac.haskell.org/haskell-platform/newticket?summary=%3CProblem%3E&description=%3CDescribe%20the%20problem%3E&component=Platform Report a bug] | ||
| + | |||
== Getting started == | == Getting started == | ||
| Line 29: | Line 35: | ||
* [http://hackage.haskell.org/platform/new/windows.html Download the Haskell Platform for Windows] | * [http://hackage.haskell.org/platform/new/windows.html Download the Haskell Platform for Windows] | ||
| - | == | + | == Buttons === |
| - | + | 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] | ||
| + | |||
| + | Use this html in your site: | ||
| + | |||
| + | <nowiki> | ||
| + | <a href="http://hackage.haskell.org/platform" | ||
| + | ><img src="http://hackage.haskell.org/platform/icons/button.png"></a> | ||
| + | </nowiki> | ||
| + | |||
| + | [http://haskell.org/platform http://hackage.haskell.org/platform/icons/button-64.png] | ||
| + | |||
| + | Use this html in your site: | ||
| + | |||
| + | <nowiki> | ||
| + | <a href="http://hackage.haskell.org/platform" | ||
| + | ><img src="http://hackage.haskell.org/platform/icons/button-64.png"></a> | ||
| + | </nowiki> | ||
Revision as of 14:06, 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.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>

