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 ca715d3 commit 7ff39b5Copy full SHA for 7ff39b5
json-stream.cabal
@@ -1,5 +1,5 @@
1
name: json-stream
2
-version: 0.3.0.1
+version: 0.3.0.2
3
synopsis: Incremental applicative JSON parser
4
description: Easy to use JSON parser fully supporting incremental parsing.
5
Parsing grammar in applicative form.
@@ -20,6 +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
24
25
source-repository head
26
type: git
0 commit comments