Haskell Platform

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Monkbot (talk | contribs) at 14:02, 28 September 2019 (Task 16: replaced (8×) / removed (0×) deprecated |dead-url= and |deadurl= with |url-status=;). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Haskell platform
Developer(s)Haskell Platform Infrastructure Team[1]
Stable release
8.4.3 / June 14, 2018 (2018-06-14)
Repository
Operating systemportable
LicenseBSD
WebsiteThe Haskell Platform

The Haskell Platform is a collection of software packages, tools and libraries that create a common platform for using and developing applications in Haskell. With the Haskell Platform, Haskell follows the same principle as Python: "Batteries included".[2]

Motivation

The quality of a programming language itself is only one component in the ability of application writers to get the job done. Programming languages can succeed or fail based on the breadth and quality of their library collection.[2]

The Haskell Platform aims to unify Haskell development tools into a single package, consisting of a compiler, compiling tools and many standard libraries, therefore making it easier to develop and deploy full-featured Haskell-driven applications.

Packages included

Currently it consists of:[3]

Deployment

It is available for Ubuntu,[6] Arch Linux,[7][8] FreeBSD,[9] Gentoo Linux (x86-64 and x86),[10] Fedora,[11] Debian (stable)[12] and NixOS. One-click installers exist for OS X[13] (only Intel) and Microsoft Windows.[14]

Versions

Originally,[when?] the Haskell Platform aimed at a 6-months release cycle.[15] Starting with 7.10.2,[when?] it will follow the release cycle of GHC and use the same version numbering scheme.[citation needed]

References

  1. ^ "haskell/haskell-platform". Github.com. Retrieved 28 September 2018.
  2. ^ a b "Archived copy". Archived from the original on 2009-09-28. Retrieved 2010-04-09.{{cite web}}: CS1 maint: archived copy as title (link)
  3. ^ "Download Haskell Platform". Hackage.haskell.org. Retrieved 28 September 2018.
  4. ^ "Archived copy". Archived from the original on 2011-03-03. Retrieved 2010-04-09.{{cite web}}: CS1 maint: archived copy as title (link)
  5. ^ "Happy: The Parser Generator for Haskell". Haskell.org. Retrieved 28 September 2018.
  6. ^ "Archived copy". Archived from the original on 2010-10-31. Retrieved 2010-10-17.{{cite web}}: CS1 maint: archived copy as title (link)
  7. ^ "Archived copy". Archived from the original on 2013-02-01. Retrieved 2012-12-26.{{cite web}}: CS1 maint: archived copy as title (link)
  8. ^ "Archived copy". Archived from the original on 2012-11-27. Retrieved 2012-12-26.{{cite web}}: CS1 maint: archived copy as title (link)
  9. ^ [1] [dead link]
  10. ^ "Gentoo Packages". Packages.gentoo.org. Retrieved 28 September 2018.
  11. ^ "Archived copy". Archived from the original on 2011-07-17. Retrieved 2010-04-09.{{cite web}}: CS1 maint: archived copy as title (link)
  12. ^ "Archived copy". Archived from the original on 2010-12-08. Retrieved 2011-03-22.{{cite web}}: CS1 maint: archived copy as title (link)
  13. ^ "Download Haskell Platform". Hackage.haskell.org. Retrieved 28 September 2018.
  14. ^ "Download Haskell Platform". Hackage.haskell.org. Retrieved 28 September 2018.
  15. ^ "Archived copy". Archived from the original on 2011-03-12. Retrieved 2010-08-25.{{cite web}}: CS1 maint: archived copy as title (link)

External links