Name: HsHyperEstraier Synopsis: HyperEstraier binding for Haskell Description: HsHyperEstraier is a HyperEstraier binding for Haskell. HyperEstraier is an embeddable full text search engine which is supposed to be independent to any particular natural languages. Version: 0.3.1 License: PublicDomain License-File: COPYING Author: PHO Maintainer: PHO Stability: experimental Homepage: http://cielonegro.org/HsHyperEstraier.html Category: Text Tested-With: GHC == 6.8.1 Cabal-Version: >= 1.6 Build-Type: Simple Extra-Source-Files: NEWS examples/Makefile examples/HelloWorld.hs Source-Repository head Type: darcs Location: http://darcs.cielonegro.org/HsHyperEstraier/ Library Build-Depends: base >= 4, bytestring, network, utf8-string PkgConfig-Depends: hyperestraier >= 1.4.9, qdbm >= 1.8.74 Exposed-Modules: Text.HyperEstraier Text.HyperEstraier.Condition Text.HyperEstraier.Database Text.HyperEstraier.Document Other-Modules: Database.QDBM.Cabin.List Database.QDBM.Cabin.Map Text.HyperEstraier.Utils Extensions: DeriveDataTypeable, EmptyDataDecls, ForeignFunctionInterface GHC-Options: -Wall