diff --git a/shikensu.cabal b/shikensu.cabal
--- a/shikensu.cabal
+++ b/shikensu.cabal
@@ -2,10 +2,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 881d41a6f334fd2a6e672d7e1b0de6a9c477d876f0c50a53b71d73435e806972
+-- hash: aa646df6e89eaf7c2e2b80caf26c7e296d3585c108f0569eae6120c382b2b5d2
 
 name:           shikensu
-version:        0.3.9
+version:        0.3.10
 synopsis:       Run a sequence of functions on in-memory representations of files
 description:    See README at <https://github.com/icidasset/shikensu#readme>
 category:       Filesystem
@@ -16,6 +16,8 @@
 license-file:   LICENSE
 build-type:     Simple
 cabal-version:  >= 1.10
+extra-source-files:
+    tests/fixtures/example.md
 
 source-repository head
   type: git
diff --git a/tests/fixtures/example.md b/tests/fixtures/example.md
new file mode 100644
--- /dev/null
+++ b/tests/fixtures/example.md
@@ -0,0 +1,1 @@
+# Example
