I am using the Haskell Libzip package [http://hackage.haskell.org/package/LibZip] to unzip a password protected file.  This works great in OSX but I now need to build the application using this package for Windows.

I have not been able to figure out how to get libzip [http://www.nih.at/libzip/index.html] installed under windows so that cabal can install the package.  

I don't seem to be able to find a compiled binary anywhere.  Can anyone help?

Thanks
Riaan