packages feed

spelling-suggest 0.5.0 → 0.5.0.1

raw patch · 2 files changed

+3/−3 lines, 2 filesPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

API changes (from Hackage documentation)

- Paths_spelling_suggest: getBinDir :: IO FilePath
- Paths_spelling_suggest: getDataDir :: IO FilePath
- Paths_spelling_suggest: getDataFileName :: FilePath -> IO FilePath
- Paths_spelling_suggest: getLibDir :: IO FilePath
- Paths_spelling_suggest: getLibexecDir :: IO FilePath
- Paths_spelling_suggest: version :: Version

Files

Text/SpellingSuggest/PCDB.hs view
@@ -15,11 +15,11 @@ import Text.PhoneticCode.Soundex import Text.PhoneticCode.Phonix -import Paths_spelling_suggest;+-- import Paths_spelling_suggest;  -- | File path for default cache database. defaultDB :: IO String-defaultDB = getDataFileName "spelling-suggest.sq3"+defaultDB = return "spelling-suggest.sq3"  -- | Create and populate the phonetic codes database, given -- a list of words and a database path.
spelling-suggest.cabal view
@@ -1,5 +1,5 @@ name: spelling-suggest-version: 0.5.0+version: 0.5.0.1 cabal-version: >= 1.2 build-type: Simple license: BSD3