aboutsummaryrefslogtreecommitdiffstats
path: root/databases/Makefile
diff options
context:
space:
mode:
authorpgj <pgj@FreeBSD.org>2014-11-11 06:09:03 +0800
committerpgj <pgj@FreeBSD.org>2014-11-11 06:09:03 +0800
commit3537bf87d4a7977f743277bce7d4b42972e05d94 (patch)
tree6436c83198bbce77db29bffadd5d6352d801f627 /databases/Makefile
parentfed0febc4e467b4f056928836aaaade07a9246b8 (diff)
downloadfreebsd-ports-gnome-3537bf87d4a7977f743277bce7d4b42972e05d94.tar.gz
freebsd-ports-gnome-3537bf87d4a7977f743277bce7d4b42972e05d94.tar.zst
freebsd-ports-gnome-3537bf87d4a7977f743277bce7d4b42972e05d94.zip
- Add Haskell API and bindings for Redis:
devel/hs-BoundedChan Channels with bounded sizes devel/hs-bytestring-lexing Parse and produce literals from bytestrings databases/hs-hedis Haskell API for Redis PR: 194299 Submitted by: martin@sugioarto.com Obtained from: FreeBSD Haskell
Diffstat (limited to 'databases/Makefile')
-rw-r--r--databases/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 83ecf040a54f..2757acba582c 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -89,6 +89,7 @@
SUBDIR += hbase
SUBDIR += hiredis
SUBDIR += hs-esqueleto
+ SUBDIR += hs-hedis
SUBDIR += hs-mysql
SUBDIR += hs-persistent
SUBDIR += hs-persistent-sqlite