Name: hesql Version: 0.4 Author: Christoph Bauer Maintainer: Christoph Bauer 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