hesql-0.2: hesql.cabal
Name: hesql
Version: 0.2
Author: Christoph Bauer <ich@christoph-bauer.net>
Maintainer: Christoph Bauer <ich@christoph-bauer.net>
Cabal-Version: >= 1.2
Build-Type: Simple
Synopsis: Haskell's embedded SQL
Category: Database
Extra-Source-Files: README, Makefile, Setup.hs, example/Account.hesql
Description: hesql rewrites SQL-function to Haskell/HDBC-functions
license: GPL
license-file: GPL
Executable hesql
Main-is: HESQL.hs
Build-depends: base >= 2 && < 4, HDBC, HDBC-postgresql, haskell-src,
filepath, parsec
Extensions: FlexibleContexts
Ghc-Options: -funbox-strict-fields
Other-Modules: HESQL.Parser, HESQL.Translator, HESQL.Syntax,
HESQL.Verifier