From cbe836d34c2f6ef24c871300ec607604e6107303 Mon Sep 17 00:00:00 2001 From: miwi Date: Sat, 29 Nov 2008 21:44:00 +0000 Subject: 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 --- textproc/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'textproc/Makefile') 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 -- cgit