packages feed

sphinx-0.6.0.1: sphinx.cabal

Name:            sphinx
Version:         0.6.0.1
Synopsis:        Haskell bindings to the Sphinx full-text searching daemon.
Description:     Haskell bindings to the Sphinx full-text searching daemon. Compatible with Sphinx version 2.0
Category:        Text, Search, Database
License:         BSD3
License-file:    LICENSE
Author:          Chris Eidhof <ce+sphinx@tupil.com>, Greg Weber
Maintainer:      Greg Weber <greg@gregweber.info>, Aleksandar Dimitrov <aleks.dimitrov@gmail.com>
homepage:        https://github.com/gregwebs/haskell-sphinx-client

cabal-version:   >= 1.2
Build-Type:      Simple

extra-source-files: README.md

Flag version-1-1-beta
  Description: By default this library is compatible with version 2.0 beta of Sphinx.
               Use this flag if you use Sphinx 1.1
  Default: False

library
  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-Depends:   base >= 4 && < 5,
                   binary, data-binary-ieee754,
                   bytestring, network,
                   xml, 
                   text < 1.3, text-icu < 0.8

  if flag(version-1-1-beta)
    cpp-options:   -DONE_ONE_BETA