Software:GHCup
From HandWiki
Stable release | v0.1.17.5[1]
/ March 5, 2022 |
---|---|
Written in | Haskell |
Operating system | Any Unix-like, Microsoft Windows |
Available in | English |
License | LGPL |
Website | www |
GHCup is an installer for the general purpose language Haskell and it's development environmental tools.[2] It belongs to the basics of Haskell. [3][4][5][6]
The need for GCHup
- Installation of the supported tools
- GHCup is a prerequisite for the extension Haskell for Visual Studio Code[7]
Characteristics and differentiation [8]
- Central tool that manages installations of the supported tools
- GHCup is not a replacement for stack. Instead, it supports installing and managing stack versions.
Design goals [9]
- simplicity
- non-interactive CLI
- portable
- do one thing and do it well (UNIX philosophy)
Supported tools
References
- ↑ "Release v2.7.1". https://gitlab.haskell.org/haskell/ghcup-hs/-/releases. Retrieved 3 May 2022.
- ↑ "GHCup". https://www.haskell.org/ghcup/.
- ↑ Diehl, Stephen. "Haskell basics - GCHup". http://dev.stephendiehl.com/hask/#ghcup.
- ↑ "Installation for MacOS". https://comp.anu.edu.au/courses/comp1100/resources/install/macos/.
- ↑ "Take The Haskell Beginners 2022 Course". https://www.i-programmer.info/news/150-training-a-education/15235-take-the-haskell-beginners-2022-course.html.
- ↑ "Newest 'ghcup' Questions" (in en). https://stackoverflow.com/questions/tagged/ghcup.
- ↑ "Haskell - Visual Studio Marketplace" (in en-us). https://marketplace.visualstudio.com/items?itemName=haskell.haskell.
- ↑ "About - GHCup". https://www.haskell.org/ghcup/about/#why-reimplement-stack.
- ↑ "About - GHCup". https://www.haskell.org/ghcup/about/#design-goals.
Original source: https://en.wikipedia.org/wiki/GHCup.
Read more |