diff options
author | ashish <ashish@FreeBSD.org> | 2011-07-04 06:00:49 +0800 |
---|---|---|
committer | ashish <ashish@FreeBSD.org> | 2011-07-04 06:00:49 +0800 |
commit | b26156d7c15ae37008f4320d798cc455dd75504a (patch) | |
tree | 9da9e0f02d96bac0741047238815c52787252ce7 /databases/Makefile | |
parent | 465831243211d3a5856e2ee34a4d238384d01c5b (diff) | |
download | freebsd-ports-gnome-b26156d7c15ae37008f4320d798cc455dd75504a.tar.gz freebsd-ports-gnome-b26156d7c15ae37008f4320d798cc455dd75504a.tar.zst freebsd-ports-gnome-b26156d7c15ae37008f4320d798cc455dd75504a.zip |
This library is a Haskell binding to the MySQL mysqlclient client library.
It is a fairly faithful, low level library that implements
most of the MySQL client API.
WWW: https://github.com/mailrank/mysql
PR: ports/157264
Submitted by: Jyun-Yan You <jyyou@cs.nctu.edu.tw>
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 1131d4987eeb..06cc1432bf10 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -111,6 +111,7 @@ SUBDIR += hamsterdb SUBDIR += hiredis SUBDIR += hk_classes + SUBDIR += hs-mysql SUBDIR += hsqldb SUBDIR += hypertable SUBDIR += innobackup |