From 7ff39b5c02adfa2adb203f6603d3efcae7919d7c Mon Sep 17 00:00:00 2001 From: Ondrej Palkovsky Date: Tue, 21 Apr 2015 19:23:40 +0200 Subject: [PATCH] Version bump + extra-source-file for header file. --- json-stream.cabal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/json-stream.cabal b/json-stream.cabal index 0709226..d79da3a 100644 --- a/json-stream.cabal +++ b/json-stream.cabal @@ -1,5 +1,5 @@ name: json-stream -version: 0.3.0.1 +version: 0.3.0.2 synopsis: Incremental applicative JSON parser description: Easy to use JSON parser fully supporting incremental parsing. Parsing grammar in applicative form. @@ -20,6 +20,7 @@ maintainer: palkovsky.ondrej@gmail.com category: Text, JSON build-type: Simple cabal-version: >=1.10 +extra-source-files: c_lib/lexer.h source-repository head type: git