cndict 0.6.3 → 0.6.4
raw patch · 1 files changed
+2/−2 lines, 1 filesPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
API changes (from Hackage documentation)
- Paths_cndict: getBinDir :: IO FilePath
- Paths_cndict: getDataDir :: IO FilePath
- Paths_cndict: getDataFileName :: FilePath -> IO FilePath
- Paths_cndict: getLibDir :: IO FilePath
- Paths_cndict: getLibexecDir :: IO FilePath
- Paths_cndict: getSysconfDir :: IO FilePath
- Paths_cndict: version :: Version
Files
- cndict.cabal +2/−2
cndict.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: cndict-version: 0.6.3+version: 0.6.4 synopsis: Chinese/Mandarin <-> English dictionary, Chinese lexer. -- description: license: PublicDomain@@ -25,7 +25,7 @@ library exposed-modules: Data.Chinese.CCDict, Data.Chinese.Pinyin, Data.Chinese.Frequency- -- other-modules:+ other-modules: Paths_cndict build-depends: base == 4.*, text >= 0.11.0.0, containers >= 0.5.0.0,