diff --git a/geni-util.cabal b/geni-util.cabal
--- a/geni-util.cabal
+++ b/geni-util.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                geni-util
-version:             0.24.1
+version:             0.24.1.1
 synopsis:            Companion tools for use with the GenI surface realiser
 description:
   Tools included:
@@ -32,7 +32,7 @@
 library
   exposed-modules:    NLP.GenI.Client
                  ,    NLP.GenI.Report
-  build-depends:      base >=4.6 && <4.7
+  build-depends:      base < 5
                ,      bytestring
                ,      HTTP
                ,      directory
@@ -43,7 +43,7 @@
                ,      http-streams < 0.7
                ,      json         < 0.8
                ,      text
-               ,      blaze-html == 0.5.*
+               ,      blaze-html
                ,      blaze-markup
   default-language:    Haskell2010
 
