packages feed

inflections 0.1.0.7 → 0.1.0.8

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Text/Inflections/Humanize.hs view
@@ -5,7 +5,7 @@ import Data.List (intercalate) import Data.Char (toUpper) --- |Capitalizes the first word and turns underscores into spaces Like titleize,+-- |Capitalizes the first word and turns underscores into spaces. Like titleize, -- this is meant for creating pretty output. humanize   :: [Word] -- ^ List of Words, first of which will be capitalized
inflections.cabal view
@@ -1,5 +1,5 @@ name:                inflections-version:             0.1.0.7+version:             0.1.0.8 synopsis:            Inflections library for Haskell description:   Inflections provides methods for singularization, pluralization,