fuzzyset 0.1.0.5 → 0.1.0.6
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~unordered-containersPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: unordered-containers
API changes (from Hackage documentation)
Files
- fuzzyset.cabal +3/−3
fuzzyset.cabal view
@@ -1,5 +1,5 @@ name: fuzzyset-version: 0.1.0.5+version: 0.1.0.6 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@@ -26,7 +26,7 @@ , lens >=4.15.4 , text >=1.2.2.2 , text-metrics ==0.3.0- , unordered-containers ==0.2.8.0+ , unordered-containers >=0.2.8.0 , vector >=0.12.0.1 default-language: Haskell2010 @@ -41,7 +41,7 @@ , lens >=4.15.4 , text >=1.2.2.2 , ieee754 ==0.8.0- , unordered-containers ==0.2.8.0+ , unordered-containers >=0.2.8.0 ghc-options: -threaded -rtsopts -with-rtsopts=-N default-language: Haskell2010