diff options
author | miwi <miwi@FreeBSD.org> | 2008-11-30 05:44:00 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-11-30 05:44:00 +0800 |
commit | cbe836d34c2f6ef24c871300ec607604e6107303 (patch) | |
tree | a7c4f26b8f38449a61269fade26a0a64c7ad61e4 /textproc/Makefile | |
parent | 5db2b79b009ba9327c258ee78dea26d93593796e (diff) | |
download | freebsd-ports-gnome-cbe836d34c2f6ef24c871300ec607604e6107303.tar.gz freebsd-ports-gnome-cbe836d34c2f6ef24c871300ec607604e6107303.tar.zst freebsd-ports-gnome-cbe836d34c2f6ef24c871300ec607604e6107303.zip |
A small library that allows you to parse CSV formatted data efficiently
with Haskell.
WWW: http://code.haskell.org/~dons/code/bytestring-csv
PR: ports/129162
Submitted by: Samy Al Bahra <sbahra at kerneled.org>
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 2a5688987809..7e2ccf027bc1 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -205,6 +205,7 @@ SUBDIR += highlight SUBDIR += hil-aspell SUBDIR += hr-aspell + SUBDIR += hs-bytestring-csv SUBDIR += hs-haxml SUBDIR += hs-stringsearch SUBDIR += hsb-aspell |