You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If cabal-install isn't built yet, we can't run it's tests yet. Prior to
this commit, if you tried running "./Setup test" on cabal-install
without having built cabal-install yet you got:
package-tests: dist/build/cabal: canonicalizePath: does not exist (No
such file or directory)
Now you get:
package-tests: user error (The program 'cabal' is required but it could
not be found.)
I moved the canonicalization logic into findProgramOnSearchPath. This is
a change to the semantics of the library, but shouldn't break anything.
0 commit comments