We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I tried to use the tool (with just the cabal-debian command) and I am stuck with the following error message:
cabal-debian
dpkg-query: no path found matching pattern /home/nathan/.ghcup/bin/ghc cabal-debian: readCreateProcess: dpkg-query "-S" "/home/nathan/.ghcup/bin/ghc" (exit 1): failed
But I do have a symlink at this place. Can you please help me?
The text was updated successfully, but these errors were encountered:
What does the symlink point to?
Sorry, something went wrong.
Thanks for your quick response! Below's where the symlink points to :) /home/nathan/.ghcup/bin/ghc: symbolic link to ../ghc/9.8.2/bin/ghc-9.8.2
/home/nathan/.ghcup/bin/ghc: symbolic link to ../ghc/9.8.2/bin/ghc-9.8.2
It's working on a debian container with ghc installed with apt instead of ghcup, maybe it's linked to either of the changes I made in the install?
No branches or pull requests
Hello,
I tried to use the tool (with just the
cabal-debian
command) and I am stuck with the following error message:But I do have a symlink at this place.
Can you please help me?
The text was updated successfully, but these errors were encountered: