diff --git a/keera-hails-mvc-controller.cabal b/keera-hails-mvc-controller.cabal
--- a/keera-hails-mvc-controller.cabal
+++ b/keera-hails-mvc-controller.cabal
@@ -6,7 +6,7 @@
 build-type:    Simple
 
 name:          keera-hails-mvc-controller
-version:       0.7.0
+version:       0.8.0
 author:        Ivan Perez
 maintainer:    support@keera.co.uk
 homepage:      http://www.keera.co.uk/blog/community/
@@ -80,8 +80,8 @@
     buildable: False
   else
     build-depends:
-        base
-      , hlint                >= 1.7
+        base  >= 4   && < 5
+      , hlint >= 1.7
 
 -- Verify that the code is thoroughly documented
 test-suite haddock-coverage
@@ -105,7 +105,7 @@
     buildable: False
   else
     build-depends:
-        base                 >= 4        && < 5
+        base        >= 4 && < 5
       , directory
       , filepath
       , process
