Skip to content

Commit

Permalink
Add test ZIM file to package.yaml.
Browse files Browse the repository at this point in the history
  • Loading branch information
robbinch committed Oct 12, 2015
1 parent 7d747ca commit 20c204c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 11 deletions.
22 changes: 12 additions & 10 deletions package.yaml
Original file line number Diff line number Diff line change
@@ -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. <robbinch33@gmail.com>
maintainer : Robbin C. <robbinch33@gmail.com>
github : robbinch/zim-parser
license : GPL-3
author : Robbin C. <robbinch33@gmail.com>
maintainer : Robbin C. <robbinch33@gmail.com>
github : robbinch/zim-parser
ghc-options : -Wall
extra-source-files: test/wikipedia_en_ray_charles_2015-06.zim

dependencies:
- base == 4.*
Expand Down
5 changes: 4 additions & 1 deletion zim-parser.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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. <robbinch33@gmail.com>
Expand All @@ -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
Expand Down

0 comments on commit 20c204c

Please sign in to comment.