diff --git a/cgen.cabal b/cgen.cabal
--- a/cgen.cabal
+++ b/cgen.cabal
@@ -2,7 +2,7 @@
 -- see
 -- http://www.haskell.org/cabal/release/cabal-latest/doc/users-guide/authors.html#pkg-descr.
 Name:                cgen
-Version:             0.0.2
+Version:             0.0.3
 Synopsis:            generates Haskell bindings and C wrappers for C++ libraries
 Description:         cgen parses C++ headers and generates C wrappers and 
                      Haskell bindings to a C++ library.
@@ -74,6 +74,8 @@
   Ghc-options:         -Wall -fno-warn-missing-signatures
                        -fno-warn-unused-binds
                        -fno-warn-unused-do-bind
+
+Library
 
 Source-repository head
   type:      git
