diff options
author | pgj <pgj@FreeBSD.org> | 2011-08-14 04:44:40 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2011-08-14 04:44:40 +0800 |
commit | d159641533b962f2191300834fc4b3da8e111606 (patch) | |
tree | 61378f5adb4d14035c0c9c0823e719e4a39f009a /devel/Makefile | |
parent | a2cb404d3fd3259bf9afa7b102468dedb0f89b7e (diff) | |
download | freebsd-ports-gnome-d159641533b962f2191300834fc4b3da8e111606.tar.gz freebsd-ports-gnome-d159641533b962f2191300834fc4b3da8e111606.tar.zst freebsd-ports-gnome-d159641533b962f2191300834fc4b3da8e111606.zip |
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
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 5c484b65319d..77e912e796d4 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -583,6 +583,7 @@ SUBDIR += hs-bytestring-nums SUBDIR += hs-c2hs SUBDIR += hs-cabal-install + SUBDIR += hs-cereal SUBDIR += hs-checkers SUBDIR += hs-cmdargs SUBDIR += hs-convertible |