packages feed

haskelldb-hdbc-mysql-0.1: haskelldb-hdbc-mysql.cabal

Name: haskelldb-hdbc-mysql
Version: 0.1
Cabal-version: >= 1.2
Build-type: Simple
Copyright: The authors
Maintainer: haskelldb-users@lists.sourceforge.net
Author: Andrew Miller, Daan Leijen, Conny Andersson, Martin Andersson, Mary Bergman, Victor Blomqvist, Bjorn Bringert, Anders Hockersten, Torbjorn Martin, Jeremy Shaw
Category: Database
License: BSD3
Synopsis: HaskellDB support for the HDBC MySQL driver.
Description: haskelldb-hdbc-mysql allows the HDBC-mysql package to be used from HaskellDB. This means HaskellDB can be used with MySQL, without going through ODBC.

Library
  Build-depends: 
    base <= 4,
    mtl, 
    haskelldb>=0.12,
    haskelldb-hdbc>=0.12,
    HDBC>=2.0.0 && < 2.2.0,
    HDBC-mysql>=0.1
  Exposed-Modules:
        Database.HaskellDB.HDBC.MySQL

Executable DBDirect-hdbc-mysql
  Main-is: DBDirect.hs