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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[email protected]"