We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8781e5 commit 3e143e3Copy full SHA for 3e143e3
changelog.md
@@ -1,2 +1,7 @@
1
+# 0.3.0.4
2
+- Fixed bug in safestring
3
+- Fixed test so it doesn't depend on versions of other packages
4
+- Added sax-like parsers
5
+
6
# 0.3.0.3
-Fixed wrong size of C structure in FFI that was causing a segfault.
7
+- Fixed wrong size of C structure in FFI that was causing a segfault.
json-stream.cabal
@@ -1,5 +1,5 @@
name: json-stream
-version: 0.3.0.3
+version: 0.3.0.4
synopsis: Incremental applicative JSON parser
description: Easy to use JSON parser fully supporting incremental parsing.
Parsing grammar in applicative form.
0 commit comments