packages feed

sphinx 0.2 → 0.2.1

raw patch · 2 files changed

+2/−2 lines, 2 files

Files

Text/Search/Sphinx/Indexable.hs view
@@ -51,7 +51,7 @@ schemaField (name, TAttribute t) = sphinxEl "attr" ! [("name", name), ("type", attrType t)]  attrType :: AttrType -> String-attrType AString = "string"+attrType AString = "str2ordinal" attrType AInt    = "int"  text :: Element -> CData -> Element
sphinx.cabal view
@@ -1,5 +1,5 @@ Name:            sphinx-Version:         0.2+Version:         0.2.1 Synopsis:        Haskell bindings to the Sphinx full-text searching deamon. Description:     Haskell bindings to the Sphinx full-text searching deamon. This                  module is heavily inspired by the php and python client.