Difference between revisions of "Haskell Platform"

From HaskellWiki
Jump to navigation Jump to search
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]
   
== Trouble shooting ==
+
== Buttons ===
   
  +
We have some buttons to let your friends know about the Haskell Platform.
* [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]
 
  +
[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

Platform.png
The Haskell Platform


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 ⇒

Trouble shooting


Getting started

New to Haskell?

Download and install

Linux instructions

Mac instructions

Windows instructions

Buttons =

We have some buttons to let your friends know about the Haskell Platform.

button.png

Use this html in your site:

<a href="http://hackage.haskell.org/platform" ><img src="http://hackage.haskell.org/platform/icons/button.png"></a>

button-64.png

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>