From 20c204c45839c865744e2c81594283043e362474 Mon Sep 17 00:00:00 2001 From: Robbin C Date: Mon, 12 Oct 2015 09:20:56 +0800 Subject: [PATCH] Add test ZIM file to package.yaml. --- package.yaml | 22 ++++++++++++---------- zim-parser.cabal | 5 ++++- 2 files changed, 16 insertions(+), 11 deletions(-) diff --git a/package.yaml b/package.yaml index 89fc9a2..54a0a36 100644 --- a/package.yaml +++ b/package.yaml @@ -1,18 +1,20 @@ --- -name : zim-parser -version : 0.1.0.0 -stability : stable -category : Codec -synopsis : Read and parse ZIM files -description : | +name : zim-parser +version : 0.1.0.0 +stability : alpha +category : Codec +synopsis : Read and parse ZIM files +description : | zim-parser is a library to read and parse ZIM (http://openzim.org) files. ZiM files contain offline web content (eg. Wikipedia) which can be browsed locally without an Internet connection. -license : GPL-3 -author : Robbin C. -maintainer : Robbin C. -github : robbinch/zim-parser +license : GPL-3 +author : Robbin C. +maintainer : Robbin C. +github : robbinch/zim-parser +ghc-options : -Wall +extra-source-files: test/wikipedia_en_ray_charles_2015-06.zim dependencies: - base == 4.* diff --git a/zim-parser.cabal b/zim-parser.cabal index a2601e1..3943e12 100644 --- a/zim-parser.cabal +++ b/zim-parser.cabal @@ -9,7 +9,7 @@ description: zim-parser is a library to read and parse ZIM (http://openz ZiM files contain offline web content (eg. Wikipedia) which can be browsed locally without an Internet connection. category: Codec -stability: stable +stability: alpha homepage: https://github.com/robbinch/zim-parser#readme bug-reports: https://github.com/robbinch/zim-parser/issues author: Robbin C. @@ -19,6 +19,9 @@ license-file: LICENSE build-type: Simple cabal-version: >= 1.10 +extra-source-files: + test/wikipedia_en_ray_charles_2015-06.zim + source-repository head type: git location: https://github.com/robbinch/zim-parser