Haskell Platform
Developer(s) | Haskell Platform Infrastructure Team[1] |
---|---|
Stable release |
8.0.1
/ May 27, 2016 |
Operating system | portable |
License | BSD |
Website | The 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]
- GHC, Haskell's flagship compiler
- The GHC-Profiler
- GHCi, GHCs bytecode-interpreter
- The GHCi-Debugger[4]
- Alex, a lexer generator, similar to Lex
- Happy, a parser generator, similar to Yacc[5]
- 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,[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, the Haskell Platform aimed at a 6-months release cycle.[15] Starting with 7.10.2, it will follow the release cycle of GHC and use the same version numbering scheme.
References
- ↑ http://trac.haskell.org/haskell-platform/wiki/Members
- 1 2 http://www.cse.unsw.edu.au/~dons/papers/CPJS08.html
- ↑ http://hackage.haskell.org/platform/contents.html
- ↑ http://www.haskell.org/ghc/docs/latest/html/users_guide/ghci-debugger.html
- ↑ Happy: The Parser Generator for Haskell
- ↑ http://packages.ubuntu.com/maverick/haskell-platform
- ↑ https://www.archlinux.org/packages/extra/x86_64/ghc/
- ↑ https://www.archlinux.org/packages/extra/i686/ghc/
- ↑ http://wiki.freebsd.org/Haskell/Platform
- ↑ http://packages.gentoo.org/package/dev-haskell/haskell-platform
- ↑ https://admin.fedoraproject.org/pkgdb/acls/name/haskell-platform
- ↑ http://packages.debian.org/squeeze/haskell-platform
- ↑ http://hackage.haskell.org/platform/mac.html
- ↑ http://hackage.haskell.org/platform/windows.html
- ↑ http://trac.haskell.org/haskell-platform/wiki/ReleaseTimetable