packages feed

sphinx 0.6.0 → 0.6.0.1

raw patch · 2 files changed

+4/−3 lines, 2 filesdep ~textdep ~text-icu

Dependency ranges changed: text, text-icu

Files

README.md view
@@ -1,7 +1,7 @@ A haskell implementation of a [sphinx full text search](http://sphinxsearch.com) client. Sphinx is a very fast and featureful full-text search daemon. Version 0.4 is Compatible with sphinx version 1.1-beta-Version 0.5 is Compatible with sphinx version 2.0-beta, but you can pass the version-one-one build flag.+Version 0.5+ is Compatible with sphinx version 2.0, but you can instead pass the version-one-one build flag. [On hackage](http://hackage.haskell.org/package/sphinx).  # Usage@@ -93,6 +93,7 @@ ------- Originally written by Tupil and maintained by Chris Eidhof for an earlier version of sphinx. Greg Weber improved the library and updated it for the latest version of sphinx, and is now maintaining it.+Aleksandar Dimitrov updated the library to use Text.  Usage of this haskell client ----------------------------
sphinx.cabal view
@@ -1,5 +1,5 @@ Name:            sphinx-Version:         0.6.0+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@@ -32,7 +32,7 @@                    binary, data-binary-ieee754,                    bytestring, network,                    xml, -                   text < 0.12, text-icu < 0.7+                   text < 1.3, text-icu < 0.8    if flag(version-1-1-beta)     cpp-options:   -DONE_ONE_BETA