diff --git a/System/Crypto/Random.hs b/System/Crypto/Random.hs
--- a/System/Crypto/Random.hs
+++ b/System/Crypto/Random.hs
@@ -1,4 +1,4 @@
-{-# LANGUAGE CPP #-}
+{-# LANGUAGE CPP, ForeignFunctionInterface #-}
 {-|
  Maintainer: Thomas.DuBuisson@gmail.com
  Stability: beta
@@ -39,6 +39,7 @@
         CryptReleaseContext(hCryptCtx, 0);
 -}
 newtype CryptHandle = CH CInt
+
 foreign import stdcall unsafe "CryptAcquireContext"
 	c_cryptAcquireCtx :: ... -> IO CInt
 foreign import stdcall unsafe "CryptGenRandom"
diff --git a/crypto-api.cabal b/crypto-api.cabal
--- a/crypto-api.cabal
+++ b/crypto-api.cabal
@@ -1,5 +1,5 @@
 name:           crypto-api
-version:        0.1.2.1
+version:        0.1.2.2
 license:        BSD3
 license-file:   LICENSE
 copyright:      Thomas DuBuisson <thomas.dubuisson@gmail.com>, Dominic Steinitz (see Data.LargeWord module)
