diff --git a/PBKDF2.cabal b/PBKDF2.cabal
--- a/PBKDF2.cabal
+++ b/PBKDF2.cabal
@@ -1,10 +1,10 @@
 Name: PBKDF2
-Version: 0.1
+Version: 0.2
 License: BSD3
 License-file: bsd3.txt
 Description: Implementation of Password-Based Key Derivation Function, aka pbkdf2, from RSA labs.
              http://tools.ietf.org/html/rfc2898#section-5.2
-             I'll deprecate this if it's adopted into the Crypto package.
+             I'll deprecate this if it gets folded into an already-existing crypto package.
              
 Synopsis: Make password-based security schemes more secure.
 Maintainer: Thomas Hartman <thomashartman1 at gmail>
@@ -13,6 +13,6 @@
 Copyright: Copyright (c) 2008 Thomas Hartman
 Exposed-Modules: Crypto.PBKDF2
 Build-Depends: base, bytestring, Crypto, haskell98, binary
-Category: Crypto
+Category: Cryptography
 Build-type: Simple
 
