packages feed

json-stream 0.4.1.2 → 0.4.1.3

raw patch · 3 files changed

+4/−2 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

c_lib/lexer.c view
@@ -2,7 +2,6 @@ #include <ctype.h> #include <string.h> #include <sys/types.h>-#include <sys/uio.h> #include <unistd.h> #include <fcntl.h> 
changelog.md view
@@ -1,3 +1,6 @@+# 0.4.1.3+Fix windows build.+ # 0.4.1.2 Slightly more strictness in arrayOf. 
json-stream.cabal view
@@ -1,5 +1,5 @@ name:                json-stream-version:             0.4.1.2+version:             0.4.1.3 synopsis:            Incremental applicative JSON parser description:         Easy to use JSON parser fully supporting incremental parsing.                      Parsing grammar in applicative form.