diff --git a/lda.cabal b/lda.cabal
--- a/lda.cabal
+++ b/lda.cabal
@@ -6,7 +6,7 @@
 -- The package version. See the Haskell package versioning policy
 -- (http://www.haskell.org/haskellwiki/Package_versioning_policy) for
 -- standards guiding when and how versions should be incremented.
-Version:             0.0.1
+Version:             0.0.2
 
 -- A short (one-line) description of the package.
 Synopsis:            Online Latent Dirichlet Allocation
@@ -55,7 +55,7 @@
   -- Modules exported by the library.
    Exposed-modules: NLP.LDA
                   , NLP.LDA.UnboxedMaybeVector
-  
+                  , NLP.LDA.Utils
   -- Packages needed in order to build this package.
    Build-depends: base >= 3 && < 5
                 , containers >= 0.4    
@@ -66,7 +66,7 @@
                 , ghc-prim >= 0.2
                 , vector >= 0.9
   -- Modules not exported by this package.
-  Other-modules: NLP.LDA.Utils
+  Other-modules: 
   
   -- Extra tools (e.g. alex, hsc2hs, ...) needed to build the source.
   -- Build-tools:         
