Creating a fresh haskell-stack
project fails to find the project-exec
executable, despite searching the appropriate path. I'm not sure why. In particular,
stack build
creates the project-exec
inside $PROJECT_DIR/.stack-work/install/x86_64-linux-ncurses6/.../bin/project-exe
However, stack exec project-exec
fails with:
Executable named rse8-exec not found on path: ["$PROJECT_DIR/.stack-work/install/x86_64-linux-ncurses6/lts-7.14/8.0.1/bin", ]
(to clarify, $PROJECT_DIR
references and ...
are (hopefully) obvious placeholders for paths. the actual error contains the full path)