We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is probably a very niche concern but if I specify --with-ghc with a relative path but also have local dependencies then the build will fail.
For example,
cabal install --with-ghc=inplace/bin/ghc-stage2 numtype-dk/ dimensional-1.0.1.1
Then cabal will cd into numtype-dk directory and no longer be able to find the compiler. If i give the full path then everything works as expected.
numtype-dk
The text was updated successfully, but these errors were encountered:
Should be easy to fix by just calling canonicalizePath directly after option parsing.
canonicalizePath
Sorry, something went wrong.
Use Directory.canonicalizePath to resolve --with-compiler
Directory.canonicalizePath
--with-compiler
d883dc3
Should close: haskell#3411 haskell#758
No branches or pull requests
This is probably a very niche concern but if I specify --with-ghc with a relative path but also have local dependencies then the build will fail.
For example,
Then cabal will cd into
numtype-dk
directory and no longer be able to find the compiler. If i give the full path then everything works as expected.The text was updated successfully, but these errors were encountered: