edits 0.1.0.0 → 0.1.0.1
raw patch · 1 files changed
+4/−4 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- edits.cabal +4/−4
edits.cabal view
@@ -5,10 +5,10 @@ -- see: https://github.com/sol/hpack name: edits-version: 0.1.0.0-synopsis: compute the distance between 2 strings as a list of edit operations-description: This library returns the minimum number of edit operations 'add', 'remove' necessary to transform a string into another. It also provides ways to display the difference between the strings-category: Control+version: 0.1.0.1+synopsis: show the differences between 2 pieces of Text using the Levenshtein distance+description: This library computes the minimum number of edit operations 'insert', 'delete', 'substitute' which are necessary to transform a piece of text into another. It then displays the parts which are different in brackets.+category: Data maintainer: etorreborre@yahoo.com license: MIT license-file: LICENSE.txt