cndict 0.5.1 → 0.5.2
raw patch · 2 files changed
+3/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
+ Data.Chinese.Pinyin: restoreUmlaut :: Text -> Text
Files
- cndict.cabal +1/−1
- src/Data/Chinese/Pinyin.hs +2/−1
cndict.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: cndict-version: 0.5.1+version: 0.5.2 synopsis: Chinese/Mandarin <-> English dictionary, Chinese lexer. -- description: license: PublicDomain
src/Data/Chinese/Pinyin.hs view
@@ -1,7 +1,8 @@ {-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE PatternGuards #-} module Data.Chinese.Pinyin- ( toToneMarks+ ( restoreUmlaut+ , toToneMarks , fromToneMarks , clearToneMarks ) where