cabal-version: >= 1.2.3
name: bindings-sqlite3
synopsis:
Low level bindings to sqlite3.
version: 1.0.1
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.6 && < 1.1
exposed-modules:
Bindings.Sqlite3
pkgconfig-depends:
sqlite3 >= 3.6.22
c-sources: src/inlines.c