forked from gregwebs/haskell-sphinx-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sphinx.cabal
39 lines (31 loc) · 1.4 KB
/
sphinx.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Name: sphinx
Version: 0.6.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 <[email protected]>, Greg Weber <[email protected]>, Aleksandar Dimitrov <[email protected]>
Maintainer: [email protected]
homepage: https://github.com/chordify/haskell-sphinx-client
cabal-version: >= 1.10
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
default-language: Haskell2010
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-simple,
xml, exceptions,
text, text-icu
if flag(version-1-1-beta)
cpp-options: -DONE_ONE_BETA