diff --git a/bindings-monetdb-mapi.cabal b/bindings-monetdb-mapi.cabal
--- a/bindings-monetdb-mapi.cabal
+++ b/bindings-monetdb-mapi.cabal
@@ -1,7 +1,7 @@
 name:                bindings-monetdb-mapi
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis:            Low-level bindings for the MonetDB API (mapi)
--- description:         
+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
 license-file:        LICENSE
 author:              Moritz Bruder
@@ -21,6 +21,6 @@
   -- other-modules:       
   -- other-extensions:    
   pkgconfig-depends:   monetdb-mapi == 11.*
-  build-depends:       base >=4.8 && <4.10
+  build-depends:       base >=4.8 && <4.12
   hs-source-dirs:      src
   default-language:    Haskell2010
