From 3350b037431da31d279315cd26f06c04f8f32b92 Mon Sep 17 00:00:00 2001 From: pgj Date: Sun, 3 Jun 2012 19:25:28 +0000 Subject: Turn attoparsec parsers into sinks. WWW: http://github.com/snoyberg/conduit Obtained from: FreeBSD Haskell --- lang/ghc/bsd.hackage.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'lang/ghc') diff --git a/lang/ghc/bsd.hackage.mk b/lang/ghc/bsd.hackage.mk index 26b663490b7a..c5edd5ce2641 100644 --- a/lang/ghc/bsd.hackage.mk +++ b/lang/ghc/bsd.hackage.mk @@ -24,6 +24,7 @@ arrows_port= devel/hs-arrows asn1-data_port= devel/hs-asn1-data attempt_port= devel/hs-attempt attoparsec_port= textproc/hs-attoparsec +attoparsec-conduit_port= textproc/hs-attoparsec-conduit attoparsec-enumerator_port= textproc/hs-attoparsec-enumerator authenticate_port= www/hs-authenticate base-unicode-symbols_port= devel/hs-base-unicode-symbols -- cgit