diff --git a/cipher-camellia.cabal b/cipher-camellia.cabal
--- a/cipher-camellia.cabal
+++ b/cipher-camellia.cabal
@@ -1,5 +1,5 @@
 Name:                cipher-camellia
-Version:             0.0.1
+Version:             0.0.2
 Description:         Camellia block cipher primitives
 License:             BSD3
 License-file:        LICENSE
@@ -15,10 +15,10 @@
 Library
   Build-Depends:     base >= 4 && < 5
                    , bytestring
+                   , vector
                    , byteable
-                   , crypto-cipher-types >= 0.0.3
                    , securemem >= 0.1.2
-                   , vector
+                   , crypto-cipher-types >= 0.0.3 && < 0.1
   Exposed-modules:   Crypto.Cipher.Camellia
   Other-modules:     Crypto.Cipher.Camellia.Primitive
   ghc-options:       -Wall -fwarn-tabs
@@ -28,14 +28,14 @@
   hs-source-dirs:    Tests
   Main-Is:           Tests.hs
   Build-depends:     base >= 4 && < 5
-                   , cipher-camellia
-                   , crypto-cipher-types
-                   , crypto-cipher-tests
                    , bytestring
-                   , byteable
                    , QuickCheck >= 2
                    , test-framework >= 0.3.3
                    , test-framework-quickcheck2 >= 0.2.9
+                   , byteable
+                   , cipher-camellia
+                   , crypto-cipher-types
+                   , crypto-cipher-tests
 
 Benchmark bench-cipher-camellia
   hs-source-dirs:    Benchmarks
@@ -43,11 +43,11 @@
   type:              exitcode-stdio-1.0
   Build-depends:     base >= 4 && < 5
                    , bytestring
+                   , criterion
+                   , mtl
                    , cipher-camellia
                    , crypto-cipher-types
                    , crypto-cipher-benchmarks
-                   , criterion
-                   , mtl
 
 source-repository head
   type:     git
