diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-11-29 21:44:00 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-11-29 21:44:00 +0000 |
commit | 7fd3acb105b2b975e66885ca5beeab93c9669b2a (patch) | |
tree | 011774294cc6e178f63e4f1cd0cfb9d1b9809688 /textproc/Makefile | |
parent | 0859e46a4397bc30a7a83882a72cfb092eced4a7 (diff) |
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>
Notes
Notes:
svn path=/head/; revision=223591
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 |