diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 0.1.0.1
+
+* Bumped hspec version.
+
 # 0.1.0.0
 
 First release.
diff --git a/cmark-sections.cabal b/cmark-sections.cabal
--- a/cmark-sections.cabal
+++ b/cmark-sections.cabal
@@ -1,5 +1,5 @@
 name:                cmark-sections
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis:            Represent cmark-parsed Markdown as a tree of sections
 description:
   Represent cmark-parsed Markdown as a tree of sections
@@ -44,7 +44,7 @@
                      , cmark
                      , cmark-sections
                      , containers
-                     , hspec == 2.2.*
+                     , hspec >= 2.2 && < 2.4
                      , text
   ghc-options:         -Wall -fno-warn-unused-do-bind
   hs-source-dirs:      tests
