diff --git a/hyper.cabal b/hyper.cabal
--- a/hyper.cabal
+++ b/hyper.cabal
@@ -1,5 +1,5 @@
 Name:               hyper
-Version:            0.2.1.0
+Version:            0.2.1.1
 Synopsis:           Display class for the HyperHaskell graphical Haskell interpreter
 Description:
   This package is part of the /HyperHaskell/ project and provides
@@ -23,7 +23,7 @@
 
 Library
     hs-source-dirs:     src
-    build-depends:      base         >= 4.5   && < 4.15
+    build-depends:      base         >= 4.5   && < 4.16
                         , deepseq    >= 1.2   && < 1.5
                         , blaze-html >= 0.7   && < 0.10
                         , text       >= 0.11  && < 1.3
