diff --git a/automotive-cse.cabal b/automotive-cse.cabal
--- a/automotive-cse.cabal
+++ b/automotive-cse.cabal
@@ -1,6 +1,6 @@
 
 name:                automotive-cse
-version:             0.1.3.0
+version:             0.1.3.1
 synopsis:            Automotive CSE emulation
 description:         This package includes Cryptography Security Engine (CSE)
                      codec emulation for automotive things.
@@ -46,6 +46,7 @@
                        , automotive-cse
 
                        , bytestring
+                       , bytestring-short
                        , cryptonite
 
   type:                exitcode-stdio-1.0
diff --git a/src/Codec/Automotive/CSE/Internal.hs b/src/Codec/Automotive/CSE/Internal.hs
--- a/src/Codec/Automotive/CSE/Internal.hs
+++ b/src/Codec/Automotive/CSE/Internal.hs
@@ -40,7 +40,7 @@
 import Numeric (showHex)
 
 import qualified Data.ByteArray as B
-import Crypto.Cipher.Types (cipherInit, ecbEncrypt, cbcEncrypt, nullIV, ecbDecrypt)
+import Crypto.Cipher.Types (cipherInit, ecbEncrypt, cbcEncrypt, nullIV, ecbDecrypt, cbcDecrypt)
 import Crypto.Cipher.AES (AES128)
 import Crypto.Error (eitherCryptoError)
 
