diff --git a/hOpenPGP.cabal b/hOpenPGP.cabal
--- a/hOpenPGP.cabal
+++ b/hOpenPGP.cabal
@@ -1,5 +1,5 @@
 Name:                hOpenPGP
-Version:             0.10
+Version:             0.10.1
 Synopsis:            native Haskell implementation of OpenPGP (RFC4880)
 Description:         native Haskell implementation of OpenPGP (RFC4880)
 Homepage:            http://floss.scru.org/hOpenPGP/
@@ -133,6 +133,9 @@
   , tests/data/encryption-sym-3des-mdc.gpg
   , tests/data/encryption-sym-cast5.gpg
   , tests/data/encryption-sym-cast5-s2k0.gpg
+  , tests/data/16bitcksum.seckey
+  , tests/data/aes256-sha512.seckey
+  , tests/data/unencrypted.seckey
 
 Cabal-version:       >= 1.10
 
@@ -230,4 +233,4 @@
 source-repository this
   type:     git
   location: git://git.debian.org/users/clint/hOpenPGP.git
-  tag:      v0.10
+  tag:      v0.10.1
diff --git a/tests/data/16bitcksum.seckey b/tests/data/16bitcksum.seckey
new file mode 100644
Binary files /dev/null and b/tests/data/16bitcksum.seckey differ
diff --git a/tests/data/aes256-sha512.seckey b/tests/data/aes256-sha512.seckey
new file mode 100644
Binary files /dev/null and b/tests/data/aes256-sha512.seckey differ
diff --git a/tests/data/unencrypted.seckey b/tests/data/unencrypted.seckey
new file mode 100644
Binary files /dev/null and b/tests/data/unencrypted.seckey differ
