diff --git a/friday-juicypixels.cabal b/friday-juicypixels.cabal
--- a/friday-juicypixels.cabal
+++ b/friday-juicypixels.cabal
@@ -1,5 +1,5 @@
 name:                friday-juicypixels
-version:             0.1.2
+version:             0.1.2.1
 synopsis:            Converts between the Friday and JuicyPixels image types
 description:         See <https://github.com/TomMD/friday-juicypixels#readme README>
 homepage:            github.com/TomMD/friday-juicypixels
@@ -13,7 +13,7 @@
 stability:           alpha
 category:            Codec
 build-type:          Simple
-extra-source-files:  README.md
+extra-source-files:  README.md, test/rgba8.png
 cabal-version:       >= 1.18
 tested-with:         GHC==7.8.4, GHC==7.10.2
 
diff --git a/test/rgba8.png b/test/rgba8.png
new file mode 100644
Binary files /dev/null and b/test/rgba8.png differ
