diff --git a/repa-linear-algebra.cabal b/repa-linear-algebra.cabal
--- a/repa-linear-algebra.cabal
+++ b/repa-linear-algebra.cabal
@@ -1,5 +1,5 @@
 name:                repa-linear-algebra
-version:             0.1.0.0
+version:             0.2.0.0
 synopsis:            HMatrix operations for Repa.
 description:      HMatrix Vector and Matrix conversions to and from REPA Array F DIM1/2 (Complex) Double, together with a port of linear algebraic functions.
 license:             BSD3
@@ -25,12 +25,10 @@
 library
   exposed-modules:     Numeric.LinearAlgebra.Repa
                        Numeric.LinearAlgebra.Repa.Conversion
-  -- other-modules:
-  -- other-extensions:
-  build-depends:       base >=4.7 && <4.9
+  build-depends:       base    >= 4.8  && <4.9
                      , hmatrix >= 0.16 && < 0.17
-                     , repa >= 3.4.0.0 && < 3.5
-                     , vector >= 0.10 && < 0.12
+                     , repa    >= 3.4  && < 3.5
+                     , vector  >= 0.10 && < 0.12
   hs-source-dirs:      src
   ghc-options:       -Wall
   if flag(Devel)
diff --git a/src/Numeric/LinearAlgebra/Repa.hs b/src/Numeric/LinearAlgebra/Repa.hs
--- a/src/Numeric/LinearAlgebra/Repa.hs
+++ b/src/Numeric/LinearAlgebra/Repa.hs
@@ -4,6 +4,8 @@
   ( Numeric
   , Field
   , Product
+  , Vector
+  , H.Matrix
   , RandDist(..)
   , Seed
   , HShape(..)
