packages feed

fuzzyfind 3.0.0 → 3.0.1

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~massivPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: massiv

API changes (from Hackage documentation)

Files

fuzzyfind.cabal view
@@ -1,6 +1,6 @@ cabal-version:       2.2 name:                fuzzyfind-version:             3.0.0+version:             3.0.1 license:             MIT license-file:        LICENSE author:        Rúnar Bjarnason@@ -14,7 +14,7 @@ synopsis:      Fuzzy text matching description:   A package that provides an API for fuzzy text search in Haskell, using a modified version of the Smith-Waterman algorithm. The search is intended to behave similarly to the excellent fzf tool by Junegunn Choi. category:      Text-extra-source-files: +extra-source-files:   .gitignore   CHANGELOG.md   README.markdown@@ -23,10 +23,10 @@   type: git   location: https://github.com/runarorama/fuzzyfind -library +library   exposed-modules:     Text.FuzzyFind   other-extensions:    DeriveGeneric, OverloadedLists, ScopedTypeVariables, ViewPatterns-  build-depends:       base ==4.*, massiv ==0.6.*, containers ==0.6.*, text ==1.2.*+  build-depends:       base ==4.*, massiv ==0.6.* || ==1.0.*, containers ==0.6.*, text ==1.2.*   hs-source-dirs:      src   default-language:    Haskell2010