diff --git a/lzo.cabal b/lzo.cabal
--- a/lzo.cabal
+++ b/lzo.cabal
@@ -1,6 +1,6 @@
 cabal-version:      2.0
 name:               lzo
-version:            0.1.1.4
+version:            0.1.1.5
 license:            BSD3
 license-file:       LICENSE
 copyright:          Copyright: (c) 2020, 2022 Vanessa McHale
@@ -17,6 +17,7 @@
     cbits/minilzo.h
     cbits/lzodefs.h
     cbits/lzoconf.h
+    test/data/minilzo.c.lzo
 
 extra-doc-files:
     README.md
diff --git a/test/data/minilzo.c.lzo b/test/data/minilzo.c.lzo
new file mode 100644
Binary files /dev/null and b/test/data/minilzo.c.lzo differ
