Haskell Platform

From Wikipedia, the free encyclopedia
Haskell platform
Logo-Haskell-Platform-Batteries-Included.png
Developer(s)Haskell Platform Infrastructure Team[1]
Initial releaseMay 6, 2009; 12 years ago (2009-05-06)[2]
Stable release
8.6.5 / May 9, 2019; 2 years ago (2019-05-09)
Repository
Operating systemportable
LicenseBSD
Websitewww.haskell.org/platform/ Edit this at Wikidata

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".[3]

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.[3]

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:[4]

  • GHC, Haskell's flagship compiler
  • The GHC-Profiler
  • GHCi, GHCs bytecode-interpreter
  • The GHCi-Debugger[5]
  • Alex, a lexer generator, similar to Lex
  • Happy, a parser generator, similar to Yacc[6]
  • Cabal, a package manager
  • Haddock, a documentation tool
  • hsc2hs, a preprocessor for binding Haskell to C code, allowing C libraries to be used from Haskell
  • various libraries, such as zlib, cgi and OpenGL

Deployment[]

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

Versions[]

Originally,[when?] the Haskell Platform aimed at a 6-months release cycle.[16] Starting with 7.10.2 which was released July 29, 2015, it has followed the release cycle of GHC and has since used the same version numbering scheme.[citation needed]

References[]

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

External links[]

Retrieved from ""