packages feed

fuzzyset 0.3.1 → 0.3.2

raw patch · 1 files changed

+14/−14 lines, 1 filesdep ~mtldep ~textdep ~text-metricsPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: mtl, text, text-metrics, transformers, unordered-containers, vector

API changes (from Hackage documentation)

Files

fuzzyset.cabal view
@@ -1,11 +1,11 @@ cabal-version: 2.2 --- This file has been generated from package.yaml by hpack version 0.35.1.+-- This file has been generated from package.yaml by hpack version 0.36.0. -- -- see: https://github.com/sol/hpack  name:           fuzzyset-version:        0.3.1+version:        0.3.2 synopsis:       Fuzzy set data structure for approximate string matching description:    Please see the README on GitHub at <https://github.com/laserpants/fuzzyset-haskell#readme> category:       Data@@ -40,12 +40,12 @@   ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints   build-depends:       base >=4.7 && <5-    , mtl >=2.2.2 && <2.4.0-    , text >=2.0.2 && <2.1.0-    , text-metrics >=0.3.2 && <0.4.0-    , transformers >=0.5.6.2 && <0.7.0.0-    , unordered-containers >=0.2.19.1 && <0.3.0.0-    , vector >=0.13.0.0 && <0.14.0.0+    , mtl >=2.2.2 && <2.5+    , text >=2.0.2 && <2.2+    , text-metrics >=0.3.2 && <0.5+    , transformers >=0.5.6.2 && <0.8+    , unordered-containers >=0.2.19.1 && <0.4+    , vector >=0.13.0.0 && <0.15   default-language: Haskell2010  test-suite fuzzyset-test@@ -64,10 +64,10 @@     , fuzzyset     , hspec >=2.10.10 && <2.12     , ieee754 >=0.8.0 && <0.9-    , mtl >=2.2.2 && <2.4.0-    , text >=2.0.2 && <2.1.0-    , text-metrics >=0.3.2 && <0.4.0-    , transformers >=0.5.6.2 && <0.7.0.0-    , unordered-containers >=0.2.19.1 && <0.3.0.0-    , vector >=0.13.0.0 && <0.14.0.0+    , mtl >=2.2.2 && <2.5+    , text >=2.0.2 && <2.2+    , text-metrics >=0.3.2 && <0.5+    , transformers >=0.5.6.2 && <0.8+    , unordered-containers >=0.2.19.1 && <0.4+    , vector >=0.13.0.0 && <0.15   default-language: Haskell2010