Name: MetaHDBC Version: 0.1.4 Cabal-version: >=1.6 Copyright: Mads Lindstrøm License: LGPL License-file: COPYRIGHT.txt Author: Mads Lindstrøm Maintainer: Mads Lindstrøm Category: Database Synopsis: Statically checked database access Description: Using Template Haskell and HDBC to do statically checked database access. Tested-with: GHC==7.8.2 Build-type: Simple Stability: experimental Library Build-Depends: base >= 4.7 && < 5, mtl,HDBC >= 2.2.7.0,HDBC-odbc >= 2.2.3.0 && < 2.4.0.0,template-haskell>=2.2.5.0,convertible>=1.0.10.0,hashtables>=1.2.0.0 Ghc-options: -Wall Exposed-modules: Database.MetaHDBC ,Database.MetaHDBC.Connection ,Database.MetaHDBC.OdbcInferTypes ,Database.MetaHDBC.SimpleSqlParser ,Database.MetaHDBC.SqlExpr ,Database.MetaHDBC.SqlTypeIdExpQ other-modules: Extensions: hs-source-dirs: src source-repository head type: darcs location: http://code.haskell.org/MetaHDBC