diff --git a/skein.cabal b/skein.cabal
--- a/skein.cabal
+++ b/skein.cabal
@@ -1,6 +1,6 @@
 Cabal-version:       >= 1.8
 Name:                skein
-Version:             1.0.1
+Version:             1.0.2
 Synopsis:            Skein, a family of cryptographic hash functions.  Includes Skein-MAC as well.
 License:             BSD3
 License-file:        LICENSE
@@ -78,7 +78,7 @@
         bytestring   >= 0.9,
         cereal       >= 0.3 && < 0.4,
         tagged       >= 0.2 && < 0.7,
-        crypto-api   >= 0.6 && < 0.12
+        crypto-api   >= 0.6 && < 0.13
 
     Build-tools: hsc2hs
     GHC-options: -Wall
