diff --git a/fuzzyset.cabal b/fuzzyset.cabal
--- a/fuzzyset.cabal
+++ b/fuzzyset.cabal
@@ -1,5 +1,5 @@
 name:                fuzzyset
-version:             0.1.0.6
+version:             0.1.0.7
 synopsis:            Fuzzy set for approximate string matching
 description:         This library is based on the Python and JavaScript libraries with the same name.
 homepage:            https://github.com/laserpants/fuzzyset-haskell
@@ -21,7 +21,7 @@
                      , Data.FuzzySet.Types
                      , Data.FuzzySet.Util
   build-depends:       base >= 4.7 && < 5
-                     , base-unicode-symbols ==0.2.2.4
+                     , base-unicode-symbols >= 0.2.2.4 && < 0.3
                      , data-default ==0.7.1.1
                      , lens >=4.15.4
                      , text >=1.2.2.2
@@ -35,7 +35,7 @@
   hs-source-dirs:      test
   main-is:             Spec.hs
   build-depends:       base
-                     , base-unicode-symbols ==0.2.2.4
+                     , base-unicode-symbols >= 0.2.2.4 && < 0.3
                      , hspec >=2.4.4
                      , fuzzyset
                      , lens >=4.15.4
