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.
cabal path
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
% cabal-3.12.1.0 path compiler-flavour: ghc compiler-id: ghc-9.2.8 compiler-path: /opt/ghcup/.ghcup/bin/ghc cache-home: /home/phadej/.cache/cabal remote-repo-cache: /cabal/packages logs-dir: /cabal/logs store-dir: /cabal/store config-file: /cabal/config installdir: /cabal/bin
However due #9326, this information is not enough to find the ghc specific store directory, which is /caba/store/ghc-9.8.2-6af5 for GHC-9.8.2 I have.
/caba/store/ghc-9.8.2-6af5
The text was updated successfully, but these errors were encountered:
CI: revert temporary changes introduced in latest commits
40fc995
Cabal plan does not contain GHC's Project Unit Id! See also haskell/cabal#10165
Found a one liner:
$ ghc --info | ghci -e 'readFile "/dev/stdin" >>= putStrLn . snd . (!! 0) . filter ((== "Project Unit Id"). fst) . (read :: String -> [(String, String)])' ghc-9.10.1-0348
Sorry, something went wrong.
Sounds like a great addition to the cabal path command.
Yea, I think it should be part of the path command.
No branches or pull requests
However due #9326, this information is not enough to find the ghc specific store directory, which is
/caba/store/ghc-9.8.2-6af5
for GHC-9.8.2 I have.The text was updated successfully, but these errors were encountered: