diff --git a/printcess.cabal b/printcess.cabal
--- a/printcess.cabal
+++ b/printcess.cabal
@@ -1,7 +1,7 @@
 name:
   printcess
 version:
-  0.1.0.2
+  0.1.0.3
 synopsis:
   Pretty printing with indentation, mixfix operators, and automatic line breaks.
 description:
@@ -77,6 +77,6 @@
     lens         >= 4.10  && < 4.16,
     HUnit        >= 1.3   && < 1.6,
     QuickCheck   >= 2.8   && < 2.10,
-    hspec        >= 2.2   && < 2.4,
+    hspec        >= 2.2,
     printcess
 
