diff --git a/hsc2hs.cabal b/hsc2hs.cabal
index d3b00ce140f9e7d9b0e6cc9e9b157a4106b76172..c8e75a218257b38cb269a866703dc37a3ee51337 100644
--- a/hsc2hs.cabal
+++ b/hsc2hs.cabal
@@ -60,7 +60,7 @@ Executable hsc2hs
 
     Other-Extensions: CPP, NoMonomorphismRestriction
 
-    Build-Depends: base       >= 4.3.0 && < 4.15,
+    Build-Depends: base       >= 4.3.0 && < 4.16,
                    containers >= 0.4.0 && < 0.7,
                    directory  >= 1.1.0 && < 1.4,
                    filepath   >= 1.2.0 && < 1.5,