I'm getting bulids failing with this during the "build dependencies" phase:
Detected 'unzip' was required to build zip-archive-0.3.2.4
cabal: There is no package named 'unzip'.
You may need to run 'cabal update' to get the latest list of available
zip-archive has the following lines in its .cabal file:
I already had unzip on my machine and it was trying to install it from hackage (and its not there obviously)
I'm getting bulids failing with this during the "build dependencies" phase:
zip-archivehas the following lines in its.cabalfile:I already had
unzipon my machine and it was trying to install it from hackage (and its not there obviously)