The Haskell Platform is a standardized multi-OS distribution for the Haskell programming language. Questions on this tag should not be about the Haskell language in general, but specific to issues with the platform installer and distribution.
The Haskell Platform is a standardized multi-OS distribution for the Haskell programming language that includes the ghc
compiler, as well as the cabal-install
and stack
build tools, and a core set of libraries. It was introduced in 2008 as a project to standardize the Haskell library environment and installation process.
It currently ships in two distributions -- "core," which is recommended, and only includes ghc
-bundled libraries, and "full" which comes with a larger collection of libraries preinstalled into the global package database.