-- Initial hs-Groonga.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: haroonga version: 0.1.0.0 synopsis: Low level bindings for Groonga. description: Bindings to Groonga . license: LGPL-2.1 license-file: LICENSE author: cosmo0920 maintainer: cosmo0920.wp@gmail.com category: FFI build-type: Simple stability: Experimental extra-source-files: README.md cabal-version: >=1.10 library exposed-modules: Bindings.Groonga Bindings.Groonga.Raw Bindings.Groonga.CommandAPI Bindings.Groonga.Types build-depends: base >= 4.5 && < 5 , bindings-DSL >= 1.0 && < 1.2 , resourcet >= 0.4 , transformers >= 0.3 , monad-control >= 0.3 && < 0.4 hs-source-dirs: . build-tools: hsc2hs default-language: Haskell2010 pkgconfig-depends: groonga >= 4.0.0 source-repository head type: git location: git://github.com/cosmo0920/haroonga.git