haskell-stack

Cross-platform tool for developing Haskell projects

brewmacoslinux
Try with needOr install directly
Source

About

Cross-platform program for developing Haskell projects

Commands

stack

Examples

Create a new Haskell project$ stack new my-project
Build the current Haskell project$ stack build
Run the project executable$ stack exec my-project