This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed. Find sources: "Haskell Platform" – news · newspapers · books · scholar · JSTOR (September 2018) (Learn how and when to remove this message) |
This article needs to be updated. Please help update this article to reflect recent events or newly available information. (March 2024) |
Developer(s) | Haskell Platform Infrastructure Team |
---|---|
Initial release | May 6, 2009; 15 years ago (2009-05-06) |
Stable release | 8.6.5 / May 9, 2019; 5 years ago (2019-05-09) |
Repository | |
Operating system | Cross-platform |
License | BSD |
Website | www |
The Haskell Platform is a set of software packages, tools, and libraries that create a common platform for using and developing applications in the programming language Haskell. With the Haskell Platform, Haskell follows the same principle as Python: "Batteries included". Since 2022, the Haskell Platform has been deprecated.
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.
The Haskell Platform aims to unify Haskell development tools into a single package, consisting of a compiler, compiling tools, and many standard libraries, thereby making it easier to develop and deploy full-featured Haskell-based applications.
Packages included
The last versions consist of:
- Glasgow Haskell Compiler (GHC), Haskell's flagship compiler
- The GHC-Profiler
- GHCi, GHCs bytecode-interpreter
- The GHCi-Debugger
- Alex, a lexer generator, similar to Lex
- Happy, a parser generator, similar to Yacc
- 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, Arch Linux, FreeBSD, Gentoo Linux (x86-64 and x86), Fedora, Debian (stable) and NixOS. One-click installers exist for OS X (only Intel) and Microsoft Windows.
Versions
Originally, in 2009, the Haskell Platform aimed at a periodic 6-month release cycle. 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.
Deprecation
In 2022, the Haskell Platform was deprecated, and is no longer an actively supported or recommended way of installing Haskell.
References
- "haskell/haskell-platform". Github.com. Retrieved 28 September 2018.
- Stewart, Don (2009-05-06). "[Haskell] Announce: The Haskell Platform". Haskell (Mailing list). Retrieved 2020-11-22.
- ^ "Haskell: Batteries Included". Archived from the original on 2009-09-28. Retrieved 2010-04-09.
- "Haskell Platform".
- "Download Haskell Platform". Hackage.haskell.org. Retrieved 28 September 2018.
- "2.5. The GHCi Debugger". Archived from the original on 2011-03-03. Retrieved 2010-04-09.
- "Happy: The Parser Generator for Haskell". Haskell.org. Retrieved 28 September 2018.
- "Ubuntu – Details of package haskell-platform in maverick". Archived from the original on 2010-10-31. Retrieved 2010-10-17.
- "Arch Linux - GHC 7.6.1-1 (x86_64)". Archived from the original on 2013-02-01. Retrieved 2012-12-26.
- "Arch Linux - GHC 7.6.1-1 (I686)". Archived from the original on 2012-11-27. Retrieved 2012-12-26.
- "Gentoo Packages". Packages.gentoo.org. Retrieved 28 September 2018.
- "Fedora Package Database – haskell-platform". Archived from the original on 2011-07-17. Retrieved 2010-04-09.
- "Debian – Details of package haskell-platform in squeeze". Archived from the original on 2010-12-08. Retrieved 2011-03-22.
- "Download Haskell Platform". Hackage.haskell.org. Retrieved 28 September 2018.
- "Download Haskell Platform". Hackage.haskell.org. Retrieved 28 September 2018.
- "ReleaseTimetable – haskell-platform". Archived from the original on 2011-03-12. Retrieved 2010-08-25.
- "Archive this repository haskell/haskell-platform". GitHub.
External links
Haskell programming | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Software |
| |||||||||||||||||||||
Book | ||||||||||||||||||||||
Community |
| |||||||||||||||||||||
Italics = discontinued
Book Category:Family Category:Software |