Haskell Platform

From HaskellWiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Platform.png


Download the Haskell Platform 2009.2.0

The Haskell Platform is a blessed library and tool suite for Haskell, along with installers for a wide variety of systems.

The platform saves you the task of picking and choosing the best Haskell libraries and tools to use for a task. Distro maintainers that support the Haskell Platform can be confident they're fully supporting Haskell as the developers intend it. Developers targetting the platform can be confident they have a trusted base of code to work with.

See the Platform Issue Tracker for further information.

Specification

The platform is specified via a Cabal file:

The initial release targets, 2009.2.0

Volunteers needed!

The platform requires installer developers, and distro maintainers, for every OS distro we care about. If you are able to help out on your system, please sign up to the mailing list, or drop by #ghc @ freenode.

Resources


Documentation

Distribution format

  • Source distribution
  • .tar.gz bundle compatible with extra-libs
  • Windows Installed
  • Native distro packages

The HP will be the first meta-package on hackage, that depends on the platform library set. With this,

   cabal install haskell-platform

will be possible.

Licenses

The initial release is expected to include only BSD3 licensed software.

Programs

The platform includes programs, such as haddock or cabal-install. These aren't nicely tracked from the cabal meta package yet.

Related projects

Developers

Haskell Platform infrastructure team:

  • Duncan Coutts (Well Typed)
  • Don Stewart (Galois)