diff --git a/monetdb-mapi.cabal b/monetdb-mapi.cabal
--- a/monetdb-mapi.cabal
+++ b/monetdb-mapi.cabal
@@ -1,5 +1,5 @@
 name:                monetdb-mapi
-version:             0.1.0.1
+version:             0.1.0.2
 synopsis:            Mid-level bindings for the MonetDB API (mapi)
 description:         This library provides a convenient API to work with MonetDB.
 license:             BSD3
@@ -20,7 +20,7 @@
   exposed-modules:     Database.MonetDB.Mapi
   -- other-modules:       
   -- other-extensions:    
-  build-depends:       base >=4.8 && <4.12,
+  build-depends:       base >=4.8 && <4.13,
                        bindings-monetdb-mapi ==0.1.*
 
   hs-source-dirs:      src
