packages feed

fuzzyset 0.2.3 → 0.2.4

raw patch · 3 files changed

+9/−9 lines, 3 filesdep ~textdep ~vectorPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: text, vector

API changes (from Hackage documentation)

Files

LICENSE view
@@ -1,6 +1,6 @@ BSD 3-Clause License -Copyright (c) 2017-2021, Heikki Johannes Hildén+Copyright (c) 2017-2022, Heikki Johannes Hildén All rights reserved.  Redistribution and use in source and binary forms, with or without
README.md view
@@ -1,4 +1,4 @@-# fuzzyset [![Build Status](https://img.shields.io/travis/laserpants/fuzzyset-haskell/master.svg?style=flat)](https://travis-ci.org/laserpants/fuzzyset-haskell) [![License](https://img.shields.io/badge/license-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) [![Language](https://img.shields.io/badge/language-Haskell-yellow.svg)](https://www.haskell.org/) [![Hackage](https://img.shields.io/hackage/v/fuzzyset.svg)](http://hackage.haskell.org/package/fuzzyset)+# fuzzyset [![Haskell CI](https://github.com/laserpants/fuzzyset-haskell/actions/workflows/haskell.yml/badge.svg)](https://github.com/laserpants/fuzzyset-haskell/actions/workflows/haskell.yml) [![License](https://img.shields.io/badge/license-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) [![Language](https://img.shields.io/badge/language-Haskell-yellow.svg)](https://www.haskell.org/) [![Hackage](https://img.shields.io/hackage/v/fuzzyset.svg)](http://hackage.haskell.org/package/fuzzyset)  A fuzzy string set data structure for approximate string matching.  
fuzzyset.cabal view
@@ -1,18 +1,18 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.34.4.+-- This file has been generated from package.yaml by hpack version 0.35.2. -- -- see: https://github.com/sol/hpack  name:           fuzzyset-version:        0.2.3+version:        0.2.4 synopsis:       Fuzzy set for approximate string matching description:    This library is based on the Python and JavaScript libraries with similar names. category:       Data homepage:       https://github.com/laserpants/fuzzyset-haskell author:         Johannes Hildén maintainer:     hildenjohannes@gmail.com-copyright:      2017-2019 Johannes Hildén+copyright:      2017-2023 Johannes Hildén license:        BSD3 license-file:   LICENSE build-type:     Simple@@ -32,10 +32,10 @@   build-depends:       base >=4.7 && <5     , data-default >=0.7.1.1 && <0.8-    , text >=1.2.3.1 && <1.3+    , text >=1.2.3.1 && <2.1     , text-metrics >=0.3.0 && <0.4     , unordered-containers >=0.2.10.0 && <0.3-    , vector >=0.12.0.3 && <0.13+    , vector >=0.12.0.3 && <0.14   default-language: Haskell2010  test-suite fuzzyset-test@@ -53,8 +53,8 @@     , fuzzyset     , hspec >=2.7.1 && <2.11     , ieee754 >=0.8.0 && <0.9-    , text >=1.2.3.1 && <1.3+    , text >=1.2.3.1 && <2.1     , text-metrics >=0.3.0 && <0.4     , unordered-containers >=0.2.10.0 && <0.3-    , vector >=0.12.0.3 && <0.13+    , vector >=0.12.0.3 && <0.14   default-language: Haskell2010