diff --git a/phash.cabal b/phash.cabal
--- a/phash.cabal
+++ b/phash.cabal
@@ -1,5 +1,5 @@
 name:               phash
-version:            0.0.4
+version:            0.0.5
 synopsis:           Haskell bindings to pHash, the open source perceptual hash library
 description:        See http://www.phash.org/ for more info. Note that you
                     must have libphash installed on your system to use this
@@ -13,6 +13,10 @@
 build-type:         Simple
 cabal-version:      >= 1.10
 extra-source-files: README.md
+                    test/fixtures/grump_gray.jpg
+                    test/fixtures/grump.jpg
+                    test/fixtures/grump_flip.jpg
+                    test/fixtures/grump_bright.jpg
 homepage:           http://github.com/michaelxavier/phash
 bug-reports:        http://github.com/michaelxavier/phash/issues
 
diff --git a/test/fixtures/grump.jpg b/test/fixtures/grump.jpg
new file mode 100644
Binary files /dev/null and b/test/fixtures/grump.jpg differ
diff --git a/test/fixtures/grump_bright.jpg b/test/fixtures/grump_bright.jpg
new file mode 100644
Binary files /dev/null and b/test/fixtures/grump_bright.jpg differ
diff --git a/test/fixtures/grump_flip.jpg b/test/fixtures/grump_flip.jpg
new file mode 100644
Binary files /dev/null and b/test/fixtures/grump_flip.jpg differ
diff --git a/test/fixtures/grump_gray.jpg b/test/fixtures/grump_gray.jpg
new file mode 100644
Binary files /dev/null and b/test/fixtures/grump_gray.jpg differ
