cabal-version: >= 1.8 name: bindings-sqlite3 synopsis: Low level bindings to sqlite3. version: 1.0.3 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-dls/issues library hs-source-dirs: src extensions: ForeignFunctionInterface build-depends: base >=3 && < 5, bindings-DSL >= 1.0.16 && < 1.1 exposed-modules: Bindings.Sqlite3 pkgconfig-depends: sqlite3 >= 3.7.17 c-sources: src/Bindings/Sqlite3.c