diff --git a/typed-spreadsheet.cabal b/typed-spreadsheet.cabal
--- a/typed-spreadsheet.cabal
+++ b/typed-spreadsheet.cabal
@@ -1,5 +1,5 @@
 Name: typed-spreadsheet
-Version: 1.1.3
+Version: 1.1.4
 Cabal-Version: >=1.8.0.2
 Build-Type: Simple
 License: BSD3
@@ -33,14 +33,14 @@
     Hs-Source-Dirs: src
     Build-Depends:
         base           >= 4.9    && < 5   ,
-        async          >= 2.0    && < 2.2 ,
+        async          >= 2.0    && < 2.3 ,
         diagrams-cairo >= 1.3    && < 1.5 ,
         diagrams-gtk   >= 1.3    && < 1.5 ,
         diagrams-lib   >= 1.3    && < 1.5 ,
-        foldl          >= 1.1    && < 1.4 ,
+        foldl          >= 1.1    && < 1.5 ,
         gtk            >= 0.13   && < 0.15,
         microlens                   < 0.5 ,
-        stm                         < 2.5 ,
+        stm                         < 2.6 ,
         text                        < 1.3 ,
         transformers  >= 0.2.0.0 && < 0.6
     if os(darwin)
