diff --git a/hmatrix-svdlibc.cabal b/hmatrix-svdlibc.cabal
--- a/hmatrix-svdlibc.cabal
+++ b/hmatrix-svdlibc.cabal
@@ -1,5 +1,5 @@
 name:                hmatrix-svdlibc
-version:             0.3.1
+version:             0.3.2
 synopsis:            SVDLIBC bindings for HMatrix
 description:
   Bindings for the sparse singular value decomposition
@@ -25,7 +25,7 @@
   Include-dirs:        include, svdlibc
   Includes:            glue.h, svdlib.h
   build-depends:       base >=4.6 && <5.0,
-                       hmatrix >=0.16 && <0.17
+                       hmatrix >=0.16 && <0.18
 
 executable svdlibc-test
   main-is:             Test.hs
@@ -33,4 +33,4 @@
   include-dirs:        include, svdlibc
   includes:            glue.h, svdlib.h
   build-depends:       base >=4.6 && <5.0,
-                       hmatrix >=0.16 && <0.17
+                       hmatrix >=0.16 && <0.18
