@hackage Hayoo1.2.0
The Hayoo! search engine for Haskell API search on hackage
Categories
License
MIT
Maintainer
Timo B. Huebel <tbh@holumbus.org>
Links
- Homepage
- Documentation
- No source repository
- Security
Versions
Installation
Dependencies (0)
- Holumbus-Searchengine >=1 && <2
- Holumbus-Searchengine >=1.2 && <2
- MonadCatchIO-transformers >=0.2.1 && <0.3
- base >=4 && <5
- binary >=0.5 && <1
- bytestring >=0.9 && <1 Show all…
Dependents (1)
@hackage/acme-everything
Package Flags
hayoosnap
(on by default)
Build Hayoo! search with Snap server
The Hayoo! Search Engine
The system is build with the familiar 3 steps
cabal configure cabal build cabal install
There are 3 executables: hayooIndexer, hayooSearch and hayooFastCGI, which will be installed under "~/.cabal/bin".
The applications require besides various hackage packages the Holumbus-Searchengine package. The sources for this package are located in the repository "../Holumbus-Searchengine".
All sources are located in subdir "src", the applications can be executed in subdir "index". There is a Makefile to build the hackage index and to start the Hayoo seach server.