Describe the bug
Running cabal sdist will now fail with
Error: cabal: The program 'ghc' version >=7.0.1 is required but it could not
if 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
- Operating NixOS
cabal 3.8.1.0
Describe the bug
Running
cabal sdistwill 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
cabal3.8.1.0