diff --git a/hquantlib.cabal b/hquantlib.cabal
--- a/hquantlib.cabal
+++ b/hquantlib.cabal
@@ -1,5 +1,5 @@
 name:           hquantlib
-version:        0.0.3.2
+version:        0.0.3.3
 license:        LGPL
 license-file:   LICENSE
 author:         Pavel Ryzhov
@@ -66,8 +66,8 @@
                         base            >3              && <5,
                         time            >= 1.4.0.0      && < 1.7.0.0,
                         containers      >= 0.5.0.0      && < 0.6.0.0,
-                        hmatrix         >= 0.17.0.0     && < 0.18.0.0,
-                        hmatrix-gsl     >= 0.17.0.0     && < 0.18.0.0,
+                        hmatrix         >= 0.17.0.0     && < 0.19.0.0,
+                        hmatrix-gsl     >= 0.17.0.0     && < 0.19.0.0,
                         hmatrix-special >= 0.4.0        && < 0.5.0,
                         parallel        >= 3.2.0.0      && < 3.3.0.0,
                         mersenne-random >= 1.0.0.1      && < 2.0.0.0,
@@ -85,6 +85,12 @@
       main-is         :     Tests/McTest.hs
       hs-source-dirs  :     src
       ghc-options     :     -threaded -rtsopts
+      other-modules   :     QuantLib.Math.InverseNormal
+                            QuantLib.Methods.MonteCarlo
+                            QuantLib.Stochastic
+                            QuantLib.Stochastic.Discretize
+                            QuantLib.Stochastic.Process
+                            QuantLib.Stochastic.Random
       build-depends   :     base,
                             hquantlib,
                             parallel,
