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
Describe the bug
Running cabal sdist will now fail with
cabal sdist
Error: cabal: The program 'ghc' version >=7.0.1 is required but it could not
if GHC is not in PATH.
PATH
Expected behavior
My guess is that GHC is not necessary for this command and the check could be omitted.
System information
cabal
The text was updated successfully, but these errors were encountered:
It seems a duplicate of #8352. If it is ok with you @sternenseemann, I am closing it to focus the discussion on the original ticket.
Sorry, something went wrong.
Sure.
haskellPackages.cabalSdist: Work around cabal#8413
ad6f339
See haskell/cabal#8413
f89dd3d
No branches or pull requests
Describe the bug
Running
cabal sdist
will now fail withif GHC is not in
PATH
.Expected behavior
My guess is that GHC is not necessary for this command and the check could be omitted.
System information
cabal
3.8.1.0The text was updated successfully, but these errors were encountered: