Date: Sat, 13 Aug 2011 20:44:40 +0000 (UTC) From: Gabor Pali <pgj@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/hs-cereal Makefile distinfo pkg-descr ports/lang/ghc bsd.hackage.mk Message-ID: <201108132044.p7DKie6q066150@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pgj 2011-08-13 20:44:40 UTC
FreeBSD ports repository
Modified files:
devel Makefile
lang/ghc bsd.hackage.mk
Added files:
devel/hs-cereal Makefile distinfo pkg-descr
Log:
A binary serialization library, similar to binary, that introduces an
isolate primitive for parser isolation, and replaces the asynchronous
errors with a user-handleable Either type. Similar to binary in
performance, but uses a strict ByteString instead of a lazy
ByteString, thus restricting it to operating on finite inputs.
WWW: http://hackage.haskell.org/package/cereal
Obtained from: FreeBSD Haskell
Revision Changes Path
1.4492 +1 -0 ports/devel/Makefile
1.1 +18 -0 ports/devel/hs-cereal/Makefile (new)
1.1 +2 -0 ports/devel/hs-cereal/distinfo (new)
1.1 +7 -0 ports/devel/hs-cereal/pkg-descr (new)
1.45 +2 -1 ports/lang/ghc/bsd.hackage.mk
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201108132044.p7DKie6q066150>
