Difference between revisions of "Haskell Platform"

From HaskellWiki
Jump to navigation Jump to search
(add link to unofficial versions comparison chart)
(24 intermediate revisions by 6 users not shown)
Line 3: Line 3:
 
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.
 
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.
   
[http://hackage.haskell.org/platform/new/contents.html Learn more about the Haskell Platform ⇒]
+
[http://hackage.haskell.org/platform/contents.html Learn more about the Haskell Platform ⇒]
   
 
__TOC__
 
__TOC__
   
== Download and install ==
+
== What's in the platform ==
   
  +
See
=== Linux instructions ===
 
 
* the [http://hackage.haskell.org/platform/changelog.html change log]
  +
* the unofficial [http://sol.github.com/haskell-platform-versions-comparison-chart/ Versions Comparison Chart]
   
  +
== Trouble shooting ==
* [http://hackage.haskell.org/platform/new/linux.html Download the Haskell Platform for Linux]
 
   
  +
The Haskell Platform project maintains a bug tracker and wiki site, which you can use to report problems, or request features:
=== Mac instructions ===
 
   
* [http://hackage.haskell.org/platform/new/mac.html Download the Haskell Platform for Mac]
+
* [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]
   
=== Windows instructions ===
+
=== Developers ===
   
  +
For developers, there is a wiki page with project details:
* [http://hackage.haskell.org/platform/new/windows.html Download the Haskell Platform for Windows]
 
   
 
* [http://trac.haskell.org/haskell-platform/ Developer's wiki]
== Help and resources ==
 
  +
* [http://trac.haskell.org/haskell-platform/wiki/ReleaseTimetable Release Timetable]
   
  +
== Buttons ==
* [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]
 
  +
We have some buttons to let your friends know about the Haskell Platform.
  +
  +
[http://hackage.haskell.org/platform http://hackage.haskell.org/platform/icons/button-100.png]
  +
  +
Use this html in your site:
  +
  +
<code>
  +
<nowiki>
  +
<a href="http://hackage.haskell.org/platform"
  +
><img src="http://hackage.haskell.org/platform/icons/button-100.png"></a>
  +
</nowiki>
  +
</code>
  +
  +
[http://hackage.haskell.org/platform http://hackage.haskell.org/platform/icons/button-64.png]
  +
  +
Use this html in your site:
  +
  +
<code>
  +
<nowiki>
  +
<a href="http://hackage.haskell.org/platform"
  +
><img src="http://hackage.haskell.org/platform/icons/button-64.png"></a>
  +
</nowiki>
  +
</code>
  +
  +
SVG source for the button: http://haskell.org/haskellwiki/Image:Button.svg
  +
  +
=== Icons ===
  +
  +
Icons for the platform installer and desktop.
  +
  +
[http://ireneknapp.com/himitsu/Platform-100.png http://ireneknapp.com/himitsu/Platform-100.png]
  +
  +
[http://ireneknapp.com/himitsu/Platform-64.png http://ireneknapp.com/himitsu/Platform-64.png]
  +
  +
=== Legal ===
  +
  +
* The cherry blossom image used in the 2011 HP release is [http://www.flickr.com/photos/28481088@N00/3291086383/ licensed CC by tanakawho]

Revision as of 09:44, 18 March 2012

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 ⇒

What's in the platform

See

Trouble shooting

The Haskell Platform project maintains a bug tracker and wiki site, which you can use to report problems, or request features:

Developers

For developers, there is a wiki page with project details:

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>

SVG source for the button: http://haskell.org/haskellwiki/Image:Button.svg

Icons

Icons for the platform installer and desktop.

Platform-100.png

Platform-64.png

Legal