diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
 
 * Only tested with linux.
 * You need to build emacs with --with-modules configuration options
-* You need to specify some ghc-options to make it work work
+* You need to specify some ghc-options to make it work
 
 Sample:
 
diff --git a/cbits/stab.c b/cbits/stab.c
--- a/cbits/stab.c
+++ b/cbits/stab.c
@@ -1,6 +1,6 @@
 #include <HsFFI.h>
 #include <string.h>
-#include <emacs-module.h>
+#include "./emacs-module.h"
 /* extern void __stginit_Lib(void); */
 
 /* Declare mandatory GPL symbol.  */
diff --git a/haskelisp.cabal b/haskelisp.cabal
--- a/haskelisp.cabal
+++ b/haskelisp.cabal
@@ -1,5 +1,5 @@
 name: haskelisp
-version: 0.1.0.3
+version: 0.1.0.4
 cabal-version: >=1.10
 build-type: Simple
 license: GPL-3
@@ -37,6 +37,5 @@
     c-sources:
         cbits/stab.c
     default-language: Haskell2010
-    include-dirs: cbits
     hs-source-dirs: src
 
