Adding Haskell and Stack to your Project
devbox add stack cabal-install zlib hpack, or add the following to your devbox.json
devbox search <pkg>.
Edit this pageDocumentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Haskell projects that use the Stack Framework can be run in Devbox by adding the Stack and the Cabal packages to your project. You may also want to include libraries that Stack requires for compilation (described below).
devbox add stack cabal-install zlib hpack, or add the following to your devbox.json
"packages": [
"stack@latest",
"cabal-install@latest",
"zlib@latest",
"hpack@latest"
]
devbox search <pkg>.
Edit this pageWas this page helpful?