Jump to content

Stack (Haskell)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Nick Number (talk | contribs) at 21:23, 25 January 2016 (sp its WP:TYPO). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
stack
Initial releaseJune 23, 2015; 9 years ago (2015-06-23) [1]
Stable release
1.0.0 [2] / December 24, 2015; 9 years ago (2015-12-24)
Written inHaskell
Operating systemAny Unix-like, Microsoft Windows
Size31 megabytes
Available inEnglish
LicenseBSD
Websitehttp://www.haskellstack.org

Stack is a tool to build Haskell projects and manage their dependencies. It uses the Cabal library together with a curated version of the Hackage repository.[3]

Stack competes against the Cabal's binary cabal-install[citation needed] and has been created as a result of the overall criticism about dependency problems.[4] It does not, however, provide its own package format, but uses existing *.cabal files and complements projects with an additional stack.yaml file.

References

  1. ^ "stack 0.1 released". FP Complete. Retrieved 13 January 2016.
  2. ^ "Release v1.0.0". GitHub repository commercialhaskell/stack. Retrieved 13 January 2016.
  3. ^ "Stackage Server". FP Complete. Retrieved 13 January 2016.
  4. ^ "What do Haskellers want? Over a thousand tell us". Retrieved 13 January 2016. Package management with cabal is the single worst aspect of using Haskell. Asked if improvements to package management would make a difference to their future choice of Haskell for a project, 38% said it would be "crucial" and a further 29% said it would be "important". Comments connected cabal with words like hell, pain, awful, sucks, frustrating, and hideous. Only this topic showed such grave dissatisfaction.