Windows: ghc-install.sh
does not output absolute path to a GHC binary
#913
Labels
ghc-install.sh
does not output absolute path to a GHC binary
#913
Stack's GHC installation customisation requries that the script output the absolute path to the GHC binary. On Windows, an executable will have file extension
.exe
. However,ghc-install.sh
has this:On Windows, I think that should be:
I think this causes Stack to report warnings like this one, because Stack checks that the compiler executable file exists:
See: commercialhaskell/stack#6330
The text was updated successfully, but these errors were encountered: