Skip to content
New issue

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

Matching and complete cabal path examples #9930

Closed
philderbeast opened this issue Apr 24, 2024 · 0 comments · Fixed by #9931
Closed

Matching and complete cabal path examples #9930

philderbeast opened this issue Apr 24, 2024 · 0 comments · Fixed by #9931

Comments

@philderbeast
Copy link
Collaborator

Could we have matching cabal path examples? At the moment one has /home/haskell/.cabal/etc and the other /home/user/.cabal/etc. The JSON example also includes compiler details that are output with the command but not shown; compiler-flavour, compiler-id and compiler-path.

$ cabal path
cache-home: /home/haskell/.cache/cabal/
remote-repo-cache: /home/haskell/.cache/cabal/packages
logs-dir: /home/haskell/.cache/cabal/logs
store-dir: /home/haskell/.local/state/cabal/store
config-file: /home/haskell/.config/cabal/config
installdir: /home/haskell/.local/bin
...
{
    "cabal-version": "3.13.0.0",
    "compiler": {
        "flavour": "ghc",
        "id": "ghc-9.6.4",
        "path": "/home/user/.ghcup/bin/ghc"
    },
    "cache-home": "/home/user/.cabal",
    "remote-repo-cache": "/home/user/.cabal/packages",
    "logs-dir": "/home/user/.cabal/logs",
    "store-dir": "/home/user/.cabal/store",
    "config-file": "/home/user/.cabal/config",
    "installdir": "/home/user/.cabal/bin"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant