diff --git a/Paths.hs b/Paths.hs
new file mode 100644
--- /dev/null
+++ b/Paths.hs
@@ -0,0 +1,6 @@
+-- | Fake cabal module for local building
+
+module Paths_shake where
+
+getDataFileName :: FilePath -> IO FilePath
+getDataFileName x = return $ "./" ++ x
diff --git a/shake.cabal b/shake.cabal
--- a/shake.cabal
+++ b/shake.cabal
@@ -1,7 +1,7 @@
 cabal-version:      >= 1.8
 build-type:         Simple
 name:               shake
-version:            0.3.9
+version:            0.3.10
 license:            BSD3
 license-file:       LICENSE
 category:           Development
@@ -38,6 +38,7 @@
     Examples/C/constants.h
     Examples/C/main.c
     Examples/Tar/list.txt
+    Paths.hs
 
 data-files:
     html/bootstrap.js
