This repository was archived by the owner on Oct 7, 2020. It is now read-only.
This repository was archived by the owner on Oct 7, 2020. It is now read-only.
Can't build on windows with a space in any of the used paths (stack,ghc,etc locations) #1356
Open
Description
On Windows, when trying to build (after cloning) using the following command:
C:\Tools\haskell-ide-engine [master ≡]> stack .\install.hs cabal-build-all
Gives the following output:
install.hs: C:\Users\Arthur: createProcess: does not exist (No such file or directory)
I'm not really experienced with stack but it appears to be an issue with spaces in the path (my actual user folder is C:\Users\Arthur Heidt
), the path appears to be cut off at the first space.