epub-0.0.4: epub.cabal
Name: epub
Version: 0.0.4
License: BSD3
License-File: LICENSE
Synopsis: EPUB E-Book construction support library
Author: Radoslav Dorcik <radoslav.dorcik@gmail.com>
Maintainer: radoslav.dorcik@gmail.com
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