-
Notifications
You must be signed in to change notification settings - Fork 0
/
epub.cabal
44 lines (40 loc) · 1.14 KB
/
epub.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Name: epub
Version: 0.0.4
License: BSD3
License-File: LICENSE
Synopsis: EPUB E-Book construction support library
Author: Radoslav Dorcik <[email protected]>
Maintainer: [email protected]
Description:
.
EPUB E-Book Construction support library, for the details look
at http://en.wikipedia.org/wiki/EPUB.
.
Category: Text
Stability: experimental
Build-Type: Simple
Cabal-Version: >= 1.6
Source-Repository head
type: darcs
location: http://patch-tag.com/r/dixiecko/epub
Library
Build-Depends: ghc,
base < 5,
filepath,
haskell98,
old-time,
utf8-string,
bytestring,
zip-archive,
xml,
Cabal >= 1.5 && < 1.9
Hs-Source-Dirs: src
Ghc-Options: -Wall -fno-warn-orphans
Exposed-modules:
Codec.EBook
Codec.EBook.Types
Codec.EBook.OCF
Codec.EBook.OPF
Executable xhtml2epub
Hs-Source-Dirs: src
Main-Is: xhtml2epub.hs