packages feed

HDBC-mysql-0.2: HDBC-mysql.cabal

Name:             HDBC-mysql
Category:         Database
Synopsis:         MySQL driver for HDBC
Version:          0.2
Description:      This package provides a MySQL driver for HDBC.
Stability:        Experimental
Maintainer:       Chris Waterson <waterson@maubi.net>
Author:           Chris Waterson
Copyright:        Copyright (c) 2009 Chris Waterson
License:          LGPL
License-file:     COPYING
Homepage:         http://www.maubi.net/~waterson/hacks/hdbc-mysql.html
Build-Depends:    base >= 3 && < 4, bytestring, time, HDBC >= 1.1.0
Exposed-modules:  Database.HDBC.MySQL
Other-modules:    Database.HDBC.MySQL.Connection
ghc-options:      -Wall
Build-Type:       Custom
Tested-with:      GHC