summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2011-08-13 20:44:40 +0000
committerGabor Pali <pgj@FreeBSD.org>2011-08-13 20:44:40 +0000
commitf7cecff29db5e9bad7879962efa937af458f7f4a (patch)
tree24dda4a0345541c0232866c6c831167c017c10c3 /lang
parent- Update textproc/hs-case-insensitive to 0.3.0.1 (diff)
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
Notes
Notes: svn path=/head/; revision=279635
Diffstat (limited to 'lang')
-rw-r--r--lang/ghc/bsd.hackage.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/ghc/bsd.hackage.mk b/lang/ghc/bsd.hackage.mk
index 54b532306cd8..8198811a1409 100644
--- a/lang/ghc/bsd.hackage.mk
+++ b/lang/ghc/bsd.hackage.mk
@@ -33,6 +33,7 @@ bsd-sysctl_port= devel/hs-bsd-sysctl
bytestring-nums_port= devel/hs-bytestring-nums # executable
c2hs_port= devel/hs-c2hs # executable
cabal-install_port= devel/hs-cabal-install # executable
+cereal_port= devel/hs-cereal
cairo_port= graphics/hs-cairo
case-insensitive_port= textproc/hs-case-insensitive
category-extras_port= math/hs-category-extras # BROKEN