Low level Haskell binding for Groonga.
- Groonga 4.1.1+
- hsc2hs
- and some cabal packages (see: haroonga.cabal)
- Bindings.Groonga
- Bindings.Groonga.Raw
- Bindings.Groonga.Raw.Plugin
- Bindings.Groonga.Raw.Tokenizer
- Bindings.Groonga.CommandAPI
- Bindings.Groonga.Types
Install Groonga. For example, if you use Ubuntu Linux, see: http://groonga.org/docs/install/ubuntu.html#lts-precise-pangolin
And then,
$ cabal install haroonga
- Currently, Haroonga supports platform which has pkg-config command only.
- Linux
- Mac OSX
-
Install Groonga windows binary (e.g. C:\groonga)
-
And type following command:
cabal install --extra-include-dirs='C:\groonga\include\groonga' --extra-lib-dirs='C:\groonga\lib'