build-type: Simple cabal-version: >= 1.8 name: simplest-sqlite version: 0.0.0.11 stability: Experimental author: YoshikuniJujo maintainer: YoshikuniJujo homepage: comming soon license: BSD3 license-file: LICENSE category: Database synopsis: Simplest SQLite3 binding description: yet source-repository head type: git location: git://github.com/YoshikuniJujo/test_haskell source-repository this type: git location: git://github.com/YoshikuniJujo/test_haskell tag: simplest-sqlite-0.0.0.11 library hs-source-dirs: src exposed-modules: Database.SmplstSQLite3 other-modules: Database.SmplstSQLite3.Constants, Database.SmplstSQLite3.Templates build-depends: base == 4.*, bytestring == 0.10.*, text >= 1.1 && < 1.3, exception-hierarchy == 0.0.0.1, template-haskell == 2.9.* ghc-options: -Wall extra-libraries: sqlite3 extensions: ForeignFunctionInterface