packages feed

charset 0.2.0 → 0.2.1

raw patch · 3 files changed

+3/−1 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Data/CharSet/Unicode/Block.hs view
@@ -265,6 +265,7 @@     where         go ('-':xs) = go xs         go ('_':xs) = go xs+        go (' ':xs) = go xs         go (x:xs) = x : go xs         go [] = [] 
Data/CharSet/Unicode/Category.hs view
@@ -118,6 +118,7 @@     where         go ('-':xs) = go xs         go ('_':xs) = go xs+        go (' ':xs) = go xs         go (x:xs) = x : go xs         go [] = [] 
charset.cabal view
@@ -1,5 +1,5 @@ name:         charset-version:      0.2.0+version:      0.2.1 license:      BSD3 license-File: LICENSE copyright:    (c) Edward Kmett 2010