packages feed

PageIO-0.0.2: PageIO.cabal

name:               PageIO
version:            0.0.2
copyright:          2008 Audrey Tang
license:            BSD3
license-file:       LICENSE
author:             Audrey Tang <audreyt@audreyt.org>
maintainer:         Audrey Tang <audreyt@audreyt.org>
synopsis:           Page-oriented extraction and composition library
description:        Provides an interface to the PageIn export format (.dux)
                    from the StreamServe Persuasion(tm) platform, using it
                    both as a data extraction as well as a page layout DSL.
                    (Extremely experimental, no documentations at the moment!)
stability:          experimental
build-type:         Simple
extensions:         GeneralizedNewtypeDeriving, RecordPuns, ParallelListComp, PatternGuards
exposed-modules:    Text.PageIO
                    Text.PageIO.Extract Text.PageIO.LabelMap
                    Text.PageIO.Parser Text.PageIO.Run
                    Text.PageIO.Transform Text.PageIO.Types 
build-depends:      base, array, bytestring, parsec >= 3.0, containers, stringtable-atom, iconv
extra-source-files: README
hs-source-dirs:     src
category:           Text
ghc-options:        -O2