packages feed

PageIO-0.0.3: PageIO.cabal

name:               PageIO
version:            0.0.3
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, PatternSignatures
exposed-modules:    Text.PageIO
                    Text.PageIO.Extract Text.PageIO.LabelMap
                    Text.PageIO.Parser Text.PageIO.Run
                    Text.PageIO.Transform Text.PageIO.Types 
                    Text.PageIO.Infer Text.PageIO.Index
build-depends:      base, array, bytestring, attoparsec >= 0.4, containers,
                    stringtable-atom, iconv, uuid, sqlite, utf8-string,
                    network, base64-string, regex-compat, regex-base, regex-tdfa, old-time, directory
extra-source-files: README
extra-lib-dirs:     /usr/lib /usr/local/lib
include-dirs:       /usr/include /usr/local/include
hs-source-dirs:     src
category:           Text
-- ghc-options:        -O

executable:         pio
main-is:            pio.hs
hs-source-dirs:     ., src
extra-lib-dirs:     /usr/lib /usr/local/lib
include-dirs:       /usr/include /usr/local/include
-- ghc-options:        -prof -auto-all