Search code examples
haskellcabalhaskell-stack

How to change path to resulting binary with stack?


As I understand, building with stack build sets resulting binaries to local-install-root directory (stack path). Is any way to change this directory with .cabal/stack.yaml file?


Solution

  • You can use the local-bin-path setting in your stack.yaml file.