aboutsummaryrefslogtreecommitdiffstats
path: root/devel/Makefile
diff options
context:
space:
mode:
authorpgj <pgj@FreeBSD.org>2011-08-14 04:44:40 +0800
committerpgj <pgj@FreeBSD.org>2011-08-14 04:44:40 +0800
commitd159641533b962f2191300834fc4b3da8e111606 (patch)
tree61378f5adb4d14035c0c9c0823e719e4a39f009a /devel/Makefile
parenta2cb404d3fd3259bf9afa7b102468dedb0f89b7e (diff)
downloadfreebsd-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/Makefile1
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