I can install hoogle using cabal install hoogle
on Windows, however, when I run hoogle data
from MinGW shell, I encounter the following error:
$ hoogle data
Extracting tarball...
gzip: ..\hackage-cabal.tar.gz: No such file or directory
hoogle.exe: System command failed: gzip --decompress --force ..\hackage-cabal.ta
r.gz
How can I install hoogle easily on Windows?