packages feed

sphinx 0.4.0.2 → 0.4.0.3

raw patch · 2 files changed

+2/−3 lines, 2 files

Files

Text/Search/Sphinx/ExcerptConfiguration.hs view
@@ -47,8 +47,7 @@   , useBoundaries = False   , startPassageId = 1   , loadFiles = False-  -- | "none", "strip", "index", and "retain". -  , htmlStripMode = "index"+  , htmlStripMode = "index" -- "none", "strip", "index", and "retain".    , allowEmpty = False } 
sphinx.cabal view
@@ -1,5 +1,5 @@ Name:            sphinx-Version:         0.4.0.2+Version:         0.4.0.3 Synopsis:        Haskell bindings to the Sphinx full-text searching deamon. Description:     Haskell bindings to the Sphinx full-text searching deamon. Compatible with sphinx version 1.1 Category:        Text, Search, Database