diff --git a/embeddock.cabal b/embeddock.cabal
--- a/embeddock.cabal
+++ b/embeddock.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                embeddock
-version:             0.2
+version:             0.3
 synopsis:            Embed the values in scope in the haddock documentation of the module
 description:         embeddock is a Haskell source-code preprocessor. 
                      It allows you to embed computer-generated 
@@ -23,7 +23,8 @@
 
 library
   hs-source-dirs:      src/
-  exposed-modules:   Embeddock.Example
+  exposed-modules:   Embeddock
+  other-modules:     Embeddock.Example
   build-depends:       base >=4.5 && <5
 
 executable embeddock
diff --git a/src/Embeddock.hs b/src/Embeddock.hs
new file mode 100644
--- /dev/null
+++ b/src/Embeddock.hs
@@ -0,0 +1,2 @@
+{- this is a dummy module for install detection. -}
+module Embeddock where
