forked from ryantm/hdbc-mysql
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHDBC-mysql.cabal
42 lines (39 loc) · 1.12 KB
/
HDBC-mysql.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Name: HDBC-mysql
Category: Database
Synopsis: MySQL driver for HDBC
Version: 0.6.4.0
Stability: Experimental
Maintainer: Bryan O'Sullivan <[email protected]>
Author: Chris Waterson
Copyright: 2009-2010 Chris Waterson, 2011 MailRank
License: LGPL
License-file: COPYING
Homepage: http://github.com/mailrank/hdbc-mysql
Bug-Reports: http://github.com/mailrank/hdbc-mysql/issues
Build-Type: Custom
Tested-with: GHC
Cabal-Version: >= 1.6
Description:
This package provides a MySQL driver for HDBC, implemented via
bindings to the C @mysqlclient@ library.
extra-source-files:
ChangeLog
README.markdown
library
Exposed-modules: Database.HDBC.MySQL
Other-modules:
Database.HDBC.MySQL.Connection
Database.HDBC.MySQL.RTS
Build-Depends:
HDBC >= 2.1.0,
base >= 2 && < 5,
bytestring,
time,
utf8-string
ghc-options: -Wall
source-repository head
type: git
location: http://github.com/mailrank/hdbc-mysql
source-repository head
type: mercurial
location: http://bitbucket.org/bos/hdbc-mysql