diff --git a/Crypto/Cipher/RSA.hs b/Crypto/Cipher/RSA.hs
--- a/Crypto/Cipher/RSA.hs
+++ b/Crypto/Cipher/RSA.hs
@@ -47,7 +47,7 @@
 	, private_qinv :: Integer -- ^ q^(-1) mod p
 	} deriving (Show)
 
-#if !MIN_VERSION_base(4,3,0)
+#if ! (MIN_VERSION_base(4,3,0))
 instance Monad (Either Error) where
 	return          = Right
 	(Left x) >>= _  = Left x
diff --git a/Tests.hs b/Tests.hs
--- a/Tests.hs
+++ b/Tests.hs
@@ -141,7 +141,7 @@
 	, RSA.public_e  = 65537
 	}
 
-args = Args
+args = stdArgs
 	{ replay     = Nothing
 	, maxSuccess = 1000
 	, maxDiscard = 4000
diff --git a/cryptocipher.cabal b/cryptocipher.cabal
--- a/cryptocipher.cabal
+++ b/cryptocipher.cabal
@@ -1,5 +1,5 @@
 Name:                cryptocipher
-Version:             0.2
+Version:             0.2.1
 Description:         Symmetrical Block and Stream Ciphers
 License:             BSD3
 License-file:        LICENSE
