diff --git a/lapack-ffi-tools.cabal b/lapack-ffi-tools.cabal
--- a/lapack-ffi-tools.cabal
+++ b/lapack-ffi-tools.cabal
@@ -1,5 +1,5 @@
 Name:             lapack-ffi-tools
-Version:          0.1.3.1
+Version:          0.1.3.2
 License:          BSD3
 License-File:     LICENSE
 Author:           Henning Thielemann <haskell@henning-thielemann.de>
@@ -23,7 +23,7 @@
   data/lapack.csv
 
 Source-Repository this
-  Tag:         0.1.3.1
+  Tag:         0.1.3.2
   Type:        darcs
   Location:    https://hub.darcs.net/thielema/lapack-ffi-tools/
 
@@ -36,7 +36,7 @@
     parsec >=3.1 && <3.2,
     explicit-exception >=0.1.7.3 && <0.3,
     transformers >=0.3 && <0.7,
-    containers >=0.4 && <0.7,
+    containers >=0.4 && <0.9,
     utility-ht >=0.0.12 && <0.1,
     base >=4.5 && <5
   Main-Is: MainSingle.hs
@@ -53,15 +53,15 @@
 Executable create-lapack-ffi
   Build-Depends:
     cassava >=0.4.5.1 && <0.6,
-    optparse-applicative >=0.11 && <0.18,
+    optparse-applicative >=0.11 && <0.19,
     parsec >=3.1 && <3.2,
     explicit-exception >=0.1.7.3 && <0.3,
     transformers >=0.3 && <0.7,
     pathtype >=0.8 && <0.9,
-    unordered-containers >=0.2.8 && <0.3,
-    containers >=0.4 && <0.7,
+    unordered-containers >=0.2.8 && <0.8,
+    containers >=0.4 && <0.9,
     vector >=0.10 && <0.14,
-    bytestring >=0.9.2.1 && <0.12,
+    bytestring >=0.9.2.1 && <0.13,
     non-empty >=0.2 && <0.4,
     utility-ht >=0.0.14 && <0.1,
     base >=4.5 && <5
@@ -78,8 +78,8 @@
 
 Executable create-lapack-csv
   Build-Depends:
-    filepath >=1.3 && <1.5,
-    containers >=0.4 && <0.7,
+    filepath >=1.3 && <1.6,
+    containers >=0.4 && <0.9,
     utility-ht >=0.0.12 && <0.1,
     base >=4.5 && <5
   Main-Is: CreateCSV.hs
