diff --git a/bindings-monetdb-mapi.cabal b/bindings-monetdb-mapi.cabal
--- a/bindings-monetdb-mapi.cabal
+++ b/bindings-monetdb-mapi.cabal
@@ -1,5 +1,5 @@
 name:                bindings-monetdb-mapi
-version:             0.1.0.1
+version:             0.1.0.2
 synopsis:            Low-level bindings for the MonetDB API (mapi)
 description:         This library only provides FFI bindings to the most basic functions. Feel free to create a pull request in case you need something.
 license:             BSD3
@@ -21,6 +21,6 @@
   -- other-modules:       
   -- other-extensions:    
   pkgconfig-depends:   monetdb-mapi == 11.*
-  build-depends:       base >=4.8 && <4.12
+  build-depends:       base >=4.8 && <4.13
   hs-source-dirs:      src
   default-language:    Haskell2010
