simplest-sqlite-0.1.0.1: simplest-sqlite.cabal
build-type: Simple
cabal-version: >= 1.8
name: simplest-sqlite
version: 0.1.0.1
stability: Experimental
author: YoshikuniJujo <PAF01143@nifty.ne.jp>
maintainer: YoshikuniJujo <PAF01143@nifty.ne.jp>
homepage: comming soon
license: BSD3
license-file: LICENSE
category: Database
synopsis: Simplest SQLite3 binding
description:
see sample code in samples/
extra-source-files:
samples/hello.hs
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.1.0.1
library
hs-source-dirs: src
exposed-modules: Database.SmplstSQLite3, Database.SmplstSQLite3.Exception
other-modules:
Database.SmplstSQLite3.Constants, Database.SmplstSQLite3.Templates,
Database.SmplstSQLite3.Exception.Internal
build-depends:
base == 4.*, bytestring == 0.10.*, text >= 1.1 && < 1.3,
exception-hierarchy == 0.1.0.*, template-haskell >= 2.12 && < 2.15
ghc-options: -Wall -fno-warn-tabs
extra-libraries: sqlite3
extensions: ForeignFunctionInterface