cabal-version: >= 1.2.3 name: bindings-sqlite3 homepage: http://bitbucket.org/mauricio/bindings-sqlite3 synopsis: Low level bindings to sqlite3. version: 1.0 license: BSD3 license-file: LICENSE maintainer: MaurĂ­cio C. Antunes author: MaurĂ­cio C. Antunes build-type: Simple category: FFI bug-reports: http://bitbucket.org/mauricio/bindings-sqlite3/issues library hs-source-dirs: src extensions: ForeignFunctionInterface build-depends: base >=3 && < 5, bindings-common >= 1.3 && < 1.4 exposed-modules: Bindings.Sqlite3 pkgconfig-depends: sqlite3 >= 3.6.10 c-sources: src/inlines.c