rfc5051 0.1.0.2 → 0.1.0.3
raw patch · 1 files changed
+3/−3 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- rfc5051.cabal +3/−3
rfc5051.cabal view
@@ -1,5 +1,5 @@ name: rfc5051-version: 0.1.0.2+version: 0.1.0.3 synopsis: Simple unicode collation as per RFC5051. description: This library implements @i;unicode-casemap@,@@ -11,11 +11,11 @@ . Here is a list of strings sorted by the Prelude's @sort@ function: .- @Abe Oeb abe abé oeb Ábe Äbe Ôeb ábe äbe ôeb@.+ @Abe Oeb abe abé oeb Ábe Äbe Ôeb ábe äbe ôeb@ . Here is the same list sorted by @sortBy compareUnicode@: .- @Abe abe abé Ábe ábe Äbe äbe Oeb oeb Ôeb ôeb@.+ @Abe abe abé Ábe ábe Äbe äbe Oeb oeb Ôeb ôeb@ license: BSD3 license-file: LICENSE