diff options
Diffstat (limited to 'devel/hs-cereal/pkg-descr')
-rw-r--r-- | devel/hs-cereal/pkg-descr | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/hs-cereal/pkg-descr b/devel/hs-cereal/pkg-descr index 9f81e45ddf2b..99db36936ce3 100644 --- a/devel/hs-cereal/pkg-descr +++ b/devel/hs-cereal/pkg-descr @@ -1,7 +1,5 @@ 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. +isolate primitive for parser isolation, and labeled blocks for better +error messages. WWW: http://hackage.haskell.org/package/cereal |