From d0ca4e212a96110a3ca4bb5c22980675b501cc3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Nowak?= Date: Sat, 13 Dec 2014 00:27:06 +0100 Subject: [PATCH] Update description. --- syntax.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntax.cabal b/syntax.cabal index 3430ae1..7b70216 100644 --- a/syntax.cabal +++ b/syntax.cabal @@ -22,7 +22,7 @@ description: a reader category transformer that tracks current indentation level. I plan on implementing Haskell layout rule in the future. . - Note that the library can work with both text and binary data. Alas, there are no binary combinators implemented yet. + The library can work with both text and binary data. Alas, there are no binary combinators implemented yet. I will implement them when i have the time (but these category transformers look so much more interesting for now ;). . EXAMPLES! See @syntax-example@ and @syntax-example-json@ for examples.