diff --git a/HsOpenSSL.cabal b/HsOpenSSL.cabal
--- a/HsOpenSSL.cabal
+++ b/HsOpenSSL.cabal
@@ -5,15 +5,17 @@
         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
+Version: 0.8.0.1
 License: PublicDomain
 License-File: COPYING
-Author: Adam Langley <agl at imperialviolet.org>, PHO <pho at cielonegro.org>
-Maintainer: PHO <pho at cielonegro.org>
-Stability: experimental
+Author: Adam Langley <agl at imperialviolet dot org>,
+        PHO <pho at cielonegro dot org>,
+        Taru Karttunen <taruti at taruti dot net>
+Maintainer: PHO <pho at cielonegro dot org>
+Stability: stable
 Homepage: http://cielonegro.org/HsOpenSSL.html
 Category: Cryptography
-Tested-With: GHC == 6.10.1
+Tested-With: GHC == 6.12.3
 Cabal-Version: >= 1.6
 Build-Type: Simple
 Extra-Source-Files:
@@ -43,7 +45,7 @@
       Build-Depends:      integer
 
   if os(mingw32)
-      Extra-Libraries: eay32
+      Extra-Libraries: eay32 ssl2
       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,5 +1,12 @@
 -*- coding: utf-8 -*-
 
+Changes from 0.8 to 0.8.0.1
+---------------------------
+* Fix Windows support as suggested in this page:
+  http://hackage.haskell.org/trac/ghc/wiki/Builder
+  (Thanks Edward Z. Yang for notifying me.)
+
+
 Changes from 0.7 to 0.8
 -----------------------
 * Applied 7 patches by Taru Karttunen:
