packages feed

sphinx-0.3.3: sphinx.cabal

Name:            sphinx
Version:         0.3.3
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.
Category:        Text, Search, Database
License:         BSD3
License-file:    LICENSE
Copyright:       (c) 2008 Tupil
Author:          Tupil
Maintainer:      Greg Weber <greg@gregweber.info>

Exposed-Modules: Text.Search.Sphinx,
                 Text.Search.Sphinx.Types,
                 Text.Search.Sphinx.Configuration, Text.Search.Sphinx.ExcerptConfiguration, 
                 Text.Search.Sphinx.Indexable

Other-Modules:   Text.Search.Sphinx.Get, Text.Search.Sphinx.Put

Build-Type:      Simple
Build-Depends:   base >= 4 && < 5,
                 binary, data-binary-ieee754,
                 bytestring, network, haskell98, xml