Skip to content

Commit

Permalink
Fixed omission of test files in sdist package.
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrap committed Sep 1, 2015
1 parent 4cb44e3 commit 87f3022
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions json-stream.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: json-stream
version: 0.3.2.1
version: 0.3.2.2
synopsis: Incremental applicative JSON parser
description: Easy to use JSON parser fully supporting incremental parsing.
Parsing grammar in applicative form.
Expand All @@ -20,7 +20,7 @@ maintainer: [email protected]
category: Text, JSON
build-type: Simple
cabal-version: >=1.10
extra-source-files: c_lib/lexer.h, changelog.md
extra-source-files: c_lib/lexer.h, changelog.md, benchmarks/json-data/*.json

source-repository head
type: git
Expand Down

0 comments on commit 87f3022

Please sign in to comment.