I have cabal version:
❯ cabal --version
cabal-install version 3.0.0.0
compiled using version 3.0.0.0 of the Cabal library
Here is what I am doing.
mkdir foo
cd foo
cabal init
cabal install
and I am getting an error:
LICENSE: openBinaryFile: does not exist (No such file or directory)
What I am doing wrong here?