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 don't seem to be able to find a compiled binary anywhere. Can anyone help?
Thanks
Riaan