packages feed

CHXHtml-0.2.0: CHXHtml.cabal

Name:                CHXHtml
Version:             0.2.0

Synopsis: A W3C compliant (X)HTML generating library            

Description: An (X)Html generating library providing nearly full W3C compliance.  Non-compliant
             content is exposed at compile time and fails type-check. 

License:             BSD3

License-file:        LICENSE

Author:              Paul Talaga

Maintainer:          paul@fuzzpault.com
homepage:           http://fuzzpault.com/chxhtml

-- A copyright notice.
Copyright:           2011 Paul Talaga <paul@fuzzpault.com>

Category:            Web

Build-type:          Simple

Extra-source-files: demo.hs demoFastCGI.hs htmlHelp.hs

Cabal-version:       >=1.2
Tested-With:         GHC ==6.10.3


Library
  -- Modules exported by the library.
  Exposed-modules:     Text.CHXHtml.XHtml1_strict
                       Text.CHXHtml.XHtml1_transitional
                       Text.CHXHtml.XHtml1_frameset
                       Text.CHXHtml.Frameset4_01
                       Text.CHXHtml.Loose4_01
                       Text.CHXHtml.Strict4_01
  
  -- Packages needed in order to build this package.
  Build-depends:    base >= 2 && < 5, 
                    bytestring >= 0.9 , 
                    utf8-string >= 0.3.1 ,
                    hxt-regex-xmlschema >= 9
                    
  Extensions: MultiParamTypeClasses FunctionalDependencies 
  ghc-options:	    -fno-warn-orphans
--                    -fmax-simplifier-iterations5
--                    --no-keep-memory -v 
                    -H500m
--                   -funbox-strict-fields