Difference between revisions of "Haskell Platform"

From HaskellWiki
Jump to navigation Jump to search
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

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-100.png

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>

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>