diff --git a/quickwebapp.cabal b/quickwebapp.cabal
--- a/quickwebapp.cabal
+++ b/quickwebapp.cabal
@@ -1,5 +1,5 @@
 name:                quickwebapp
-version:             2.1.0.0
+version:             2.1.1.0
 synopsis:            A quick webapp generator for any file processing tool
 description:
     A quick-and-dirty api generator, inspired from the 'interact' function from
@@ -28,7 +28,7 @@
 
 library
   exposed-modules:     QuickWebApp
-  build-depends:       base >=4.7 && <4.8,
+  build-depends:       base ==4.*,
                        bytestring,
                        text,
                        http-types,
