Difference between revisions of "Haskell Platform"

From HaskellWiki
Jump to navigation Jump to search
(Added Category:HaskellPlatform)
(Fix https://github.com/haskell/haskell-platform/issues/116)
Line 9: Line 9:
 
== What's in the platform ==
 
== What's in the platform ==
   
 
See the unofficial [http://sol.github.com/haskell-platform-versions-comparison-chart/ Versions Comparison Chart].
See
 
* 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 ==
 
== Trouble shooting ==
   
  +
Report bugs on GitHub:
The Haskell Platform project maintains a bug tracker and wiki site, which you can use to report problems, or request features:
 
  +
[https://github.com/haskell/haskell-platform/issues Haskell Platform Issues].
 
* [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]
 
   
   
 
=== Developers ===
 
=== Developers ===
   
For developers, there is a wiki page with project details:
+
There is a [http://trac.haskell.org/haskell-platform/ wiki] with project details.
 
* [http://trac.haskell.org/haskell-platform/ Developer's wiki]
 
* [http://trac.haskell.org/haskell-platform/wiki/ReleaseTimetable Release Timetable]
 
   
   
Line 34: Line 27:
 
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://hackage.haskell.org/platform http://hackage.haskell.org/platform/icons/button-100.png]
+
[http://haskell.org/platform http://raw.githubusercontent.com/haskell/haskell-platform/master/website/icons/button-100.png]
   
 
Use this html in your site:
 
Use this html in your site:
Line 40: Line 33:
 
<code>
 
<code>
 
<nowiki>
 
<nowiki>
<a href="http://hackage.haskell.org/platform"
+
<a href="http://haskell.org/platform">
><img src="http://hackage.haskell.org/platform/icons/button-100.png"></a>
+
<img src="http://raw.githubusercontent.com/haskell/haskell-platform/master/website/icons/button-100.png"></a>
 
</nowiki>
 
</nowiki>
 
</code>
 
</code>
   
[http://hackage.haskell.org/platform http://hackage.haskell.org/platform/icons/button-64.png]
+
[http://haskell.org/platform http://raw.githubusercontent.com/haskell/haskell-platform/master/website/icons/button-64.png]
   
 
Use this html in your site:
 
Use this html in your site:
Line 51: Line 44:
 
<code>
 
<code>
 
<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-64.png"></a>
+
<img src="http://raw.githubusercontent.com/haskell/haskell-platform/master/website/icons/button-64.png"></a>
 
</nowiki>
 
</nowiki>
 
</code>
 
</code>

Revision as of 14:09, 11 August 2014

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 the unofficial Versions Comparison Chart.


Trouble shooting

Report bugs on GitHub: Haskell Platform Issues.


Developers

There is a wiki 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://haskell.org/platform"> <img src="http://raw.githubusercontent.com/haskell/haskell-platform/master/website/icons/button-100.png"></a>

button-64.png

Use this html in your site:

<a href="http://hackage.haskell.org/platform"> <img src="http://raw.githubusercontent.com/haskell/haskell-platform/master/website/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