packages feed

deburr 0.1.0.0 → 0.1.0.1

raw patch · 2 files changed

+6/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

README.md view
@@ -1,1 +1,5 @@ # deburr++A small package exposing the deburr function, which converts unicode+characters with burrs (umlauts, accents, etc) to their ASCII counterparts.+The function intelligently handles capitals and some other edge cases.
deburr.cabal view
@@ -1,5 +1,5 @@ name:                deburr-version:             0.1.0.0+version:             0.1.0.1 synopsis:            Convert Unicode characters with burrs to their ASCII counterparts. description:     A small package exposing the deburr function, which converts unicode@@ -36,4 +36,4 @@  source-repository head   type:     git-  location: https://github.com/githubuser/deburr+  location: https://github.com/pinktrink/deburr