forked from gregwebs/haskell-sphinx-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sphinx.cabal
46 lines (36 loc) · 1.43 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
40
41
42
43
44
45
46
Name: sphinx
Version: 0.6.0.3
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
Maintainer: Greg Weber <[email protected]>, Aleksandar Dimitrov <[email protected]>
homepage: https://github.com/gregwebs/haskell-sphinx-client
cabal-version: >= 1.8
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
ghc-options:
-threaded
-rtsopts
-with-rtsopts=-N
Build-Depends: base >= 4 && < 5,
binary,
bytestring,
data-binary-ieee754,
network >= 3.1.2.1,
text,
xml
if flag(version-1-1-beta)
cpp-options: -DONE_ONE_BETA