-
Notifications
You must be signed in to change notification settings - Fork 0
/
epub.cabal
45 lines (40 loc) · 1.2 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
45
Name: epub
Version: 0.0.7
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.
This library is depreciated, there is much better alterantive:
http://hackage.haskell.org/package/epub-tools
http://hackage.haskell.org/package/epub-metadata
.
Category: Text
Stability: experimental
Build-Type: Simple
Cabal-Version: >= 1.6
Source-Repository head
type: darcs
location: http://darcsden.com/dixie/epub
Library
Build-Depends: base < 5,
filepath,
old-time,
utf8-string,
bytestring,
zip-archive,
xml
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