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 d58062c commit 16ac9b4Copy full SHA for 16ac9b4
changelog.md
@@ -0,0 +1,2 @@
1
+# 0.3.0.3
2
+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.2
+version: 0.3.0.3
3
synopsis: Incremental applicative JSON parser
4
description: Easy to use JSON parser fully supporting incremental parsing.
5
Parsing grammar in applicative form.
@@ -20,7 +20,7 @@ maintainer: [email protected]
20
category: Text, JSON
21
build-type: Simple
22
cabal-version: >=1.10
23
-extra-source-files: c_lib/lexer.h
+extra-source-files: c_lib/lexer.h, changelog.md
24
25
source-repository head
26
type: git
0 commit comments