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.1 License: PublicDomain License-File: COPYING Author: PHO Maintainer: PHO Stability: experimental Homepage: http://ccm.sherry.jp/HsHyperEstraier/ Category: Text Tested-With: GHC == 6.6.1 Build-Depends: base, encoding, network 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: ForeignFunctionInterface, EmptyDataDecls GHC-Options: -fwarn-unused-imports -O3 Extra-Source-Files: HsHyperEstraier.buildinfo.in configure configure.ac examples/Makefile examples/HelloWorld.hs