packages feed

haroonga-0.1.7.1: haroonga.cabal

-- Initial hs-Groonga.cabal generated by cabal init.  For further
-- documentation, see http://haskell.org/cabal/users-guide/

name:                  haroonga
version:               0.1.7.1
synopsis:              Low level bindings for Groonga.
description:           Bindings to Groonga  <http://groonga.org/>.
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.Raw.Plugin
                       Bindings.Groonga.Raw.Tokenizer
                       Bindings.Groonga.CommandAPI
                       Bindings.Groonga.Types
  build-depends:       base          >= 4.5 && < 5
                     , bindings-DSL  >= 1.0 && < 1.2
                     , resourcet     >= 0.4
                     , transformers  >= 0.3 && < 0.5
                     , monad-control >= 1.0 && < 1.1
  hs-source-dirs:      .
  build-tools:         hsc2hs
  default-language:    Haskell2010

  if !os(mingw32)
    pkgconfig-depends: groonga >= 4.1.1

  if os(mingw32)
    extra-libraries: groonga


source-repository head
  type: git
  location: git://github.com/haroonga/haroonga.git