You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently if the setup-info url is a relative path stack fails complaining it is not an absolute path.
I want to distribute a custom build of ghc with my project, and reference it from the setup-info url field, however I am prevented from doing so. I instead must use a shell script and call
stack setup --ghc-bindist $(pwd)/bindist/xxx
The text was updated successfully, but these errors were encountered:
Currently if the setup-info url is a relative path stack fails complaining it is not an absolute path.
I want to distribute a custom build of ghc with my project, and reference it from the setup-info url field, however I am prevented from doing so. I instead must use a shell script and call
The text was updated successfully, but these errors were encountered: