You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
845 B
845 B
Installing stack on ARM64
Why stack on ARM
People might want to run haskell applications on ARM devices like a Raspberry Pi. The Haskell compiler has supported the architecture through LLVM for a couple of year now, as well as the builtin dependency manager, Cabal. However the dependency management of Cabal is system-wide (or at least user wide) and, because all packages interact with each other, it can pose problems with compatibility.
That is the problem that stack
solves by allowing for reproducible,
isolated environement for each project, and a lot of projects now use
stack for their dependency and version management.
However stack does not provide any build for arm systems, we thus need to install it anoter way