The Haskell Tool Stack
Browse cluster: Haskell tooling and libraries →Stack is a program for developing Haskell projects, aimed at both new and experienced users on Linux, macOS, and Windows. The project, originally spearheaded by FP Complete, is now maintained by a team of volunteers and companies under the Commercial Haskell group. Stack is built on the Glasgow Haskell Compiler (GHC), the Cabal build system, and integrates with Hackage and Stackage to manage dependencies and build environments. Its features include automatic GHC installation, package management, project building, testing, benchmarking, and interactive GHC usage, all coordinated through command-line commands and YAML configuration files.