-- Initial mysql-simple-qq.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: mysql-simple-quasi
version: 1.0.0.0
synopsis: Quasi-quoter for use with mysql-simple.
description: See the "Database.MySQL.Simple.Quasi" module documentation for more details.
license: BSD3
license-file: LICENSE
author: Neil Brown
maintainer: neil@twistedsquare.com
-- copyright:
category: Database
build-type: Simple
cabal-version: >=1.8
library
exposed-modules: Database.MySQL.Simple.Quasi
build-depends: base == 4.*,
haskell-src-meta,
mysql-simple == 0.2.*,
template-haskell
Test-Suite test-qq
type: exitcode-stdio-1.0
main-is: Database/MySQL/Simple/Quasi/Test.hs
build-depends: base, Cabal >= 1.18, haskell-src-meta, mysql-simple == 0.2.*, syb, template-haskell