diff --git a/HsOpenSSL.cabal b/HsOpenSSL.cabal
--- a/HsOpenSSL.cabal
+++ b/HsOpenSSL.cabal
@@ -5,7 +5,7 @@
         can generate RSA and DSA keys, read and write PEM files,
         generate message digests, sign and verify messages, encrypt
         and decrypt messages.
-Version: 0.8.0.1
+Version: 0.8.0.2
 License: PublicDomain
 License-File: COPYING
 Author: Adam Langley <agl at imperialviolet dot org>,
@@ -45,7 +45,7 @@
       Build-Depends:      integer
 
   if os(mingw32)
-      Extra-Libraries: eay32 ssl2
+      Extra-Libraries: eay32 ssl32
       C-Sources:          cbits/mutex-win.c
       CC-Options:         -D MINGW32
       CPP-Options:        -DCALLCONV=stdcall
diff --git a/NEWS b/NEWS
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,9 @@
 -*- coding: utf-8 -*-
 
-Changes from 0.8 to 0.8.0.1
+Changes from 0.8 to 0.8.0.2
 ---------------------------
+* 0.8.0.1 was broken so it's invalidated.
+
 * Fix Windows support as suggested in this page:
   http://hackage.haskell.org/trac/ghc/wiki/Builder
   (Thanks Edward Z. Yang for notifying me.)
