diff --git a/hyper-extra.cabal b/hyper-extra.cabal
--- a/hyper-extra.cabal
+++ b/hyper-extra.cabal
@@ -1,5 +1,5 @@
 Name:               hyper-extra
-Version:            0.2.0.0
+Version:            0.2.0.1
 Synopsis:           Display instances for the HyperHaskell graphical Haskell interpreter
 Description:
   This package is part of the /HyperHaskell/ project and provides
@@ -24,12 +24,12 @@
 
 Library
     hs-source-dirs:     src
-    build-depends:      base           >= 4.6     && < 4.15
+    build-depends:      base           >= 4.6     && < 4.16
                         , text         >= 0.11    && < 1.3
                         , diagrams-lib >= 1.3     && < 1.5
                         , diagrams-svg >= 1.4     && < 1.5
                         , svg-builder  == 0.1.*
-                        , QuickCheck   >= 2.3.0.2 && < 2.14
+                        , QuickCheck   >= 2.3.0.2 && < 2.15
                         , hyper        >= 0.2     && < 0.3
     exposed-modules:    Hyper.Extra
     default-language:   Haskell2010
