diff --git a/fuzzyset.cabal b/fuzzyset.cabal
--- a/fuzzyset.cabal
+++ b/fuzzyset.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           fuzzyset
-version:        0.2.2
+version:        0.2.3
 synopsis:       Fuzzy set for approximate string matching
 description:    This library is based on the Python and JavaScript libraries with similar names.
 category:       Data
@@ -51,7 +51,7 @@
       base >=4.7 && <5
     , data-default >=0.7.1.1 && <0.8
     , fuzzyset
-    , hspec >=2.7.1 && <2.10
+    , hspec >=2.7.1 && <2.11
     , ieee754 >=0.8.0 && <0.9
     , text >=1.2.3.1 && <1.3
     , text-metrics >=0.3.0 && <0.4
