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
[polinukli] /code/public-haskell/tree-diff master % cabal v2-exec env
Resolving dependencies...
/code/public-haskell/tree-diff/dist-newstyle/tmp/environment.-7050: createDirectory: does not exist (No such file or directory)
[polinukli] /code/public-haskell/tree-diff master % cabal --version
cabal-install version 3.0.1.0
compiled using version 3.0.1.0 of the Cabal library
[polinukli] /code/public-haskell/tree-diff master % /opt/cabal/3.2/bin/cabal v2-exec env
Resolving dependencies...
/code/public-haskell/tree-diff/dist-newstyle/tmp/environment.-7174: createDirectory: does not exist (No such file or directory)
The text was updated successfully, but these errors were encountered:
here the parent may not exist.
Solution: either we create it before calling withTempDirectory, or we modify withTempDirectory to do the equivalent of mkdir -p.
The first option is probably better. Look for other places where distTempDirectory is used to see how it's done
The text was updated successfully, but these errors were encountered: