diff --git a/cmaes.cabal b/cmaes.cabal
--- a/cmaes.cabal
+++ b/cmaes.cabal
@@ -1,5 +1,5 @@
 name:                cmaes
-version:             0.1.1
+version:             0.2.0
 synopsis:            CMA-ES wrapper in Haskell
 description:
 
@@ -31,7 +31,7 @@
 
 library
   exposed-modules:   Numeric.Optimization.Algorithms.CMAES  
-  -- other-modules:       
+  other-modules:     Paths_cmaes
   build-depends:     base ==4.*
                    , mtl  
                    , process
