simplest-sqlite-0.1.0.5: simplest-sqlite.cabal
build-type: Simple
cabal-version: >= 1.10
name: simplest-sqlite
version: 0.1.0.5
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: https://github.com/YoshikuniJujo/test_haskell
source-repository this
type: git
location: https://github.com/YoshikuniJujo/test_haskell
tag: simplest-sqlite-0.1.0.3
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 && < 0.13, text >= 1.1 && < 2.2,
exception-hierarchy == 0.1.0.*, template-haskell >= 2.12 && < 2.24
ghc-options: -Wall -fno-warn-tabs
extra-libraries: sqlite3
default-extensions: ForeignFunctionInterface
default-language: Haskell2010