-- Initial hs-Groonga.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: bindings-friso version: 0.1.0.0 synopsis: Low level bindings for friso description: Bindings to Friso . license: Apache-2.0 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.Friso.Raw Bindings.Friso.Raw.FrisoAPI build-depends: base >= 4.5 && < 5 , bindings-DSL >= 1.0 && < 1.2 hs-source-dirs: . build-tools: hsc2hs default-language: Haskell2010 default-extensions: GeneralizedNewtypeDeriving ForeignFunctionInterface CPP extra-libraries: friso source-repository head type: git location: git://github.com/cosmo0920/bindings-friso.git