Skip to content
Snippets Groups Projects
Commit 16be5739 authored by cdornan's avatar cdornan
Browse files

3000.2.0.3: revise xhtml.cabal and source headers to reflect new maintainer and home

parent c8d28d33
No related branches found
No related tags found
No related merge requests found
.project
README 0 → 100644
This package provides combinators for producing XHTML 1.0, including
the Strict, Transitional and Frameset variants.
......@@ -9,9 +9,9 @@
-- Science and Technology, 1999-2001,
-- (c) Bjorn Bringert, 2004-2006
-- License : BSD-style (see the file LICENSE)
-- Maintainer : Bjorn Bringert <bjorn@bringert.net>
-- Stability : experimental
-- Portability : portable
-- Maintainer : Chris Dornan <chris@chrisdornan.com>
-- Stability : Stable
-- Portability : Portable
--
-- An XHTML combinator library.
--
......
......@@ -8,9 +8,9 @@
-- Copyright : (c) Andy Gill, and the Oregon Graduate Institute of
-- Science and Technology, 1999-2001
-- License : BSD-style (see the file LICENSE)
-- Maintainer : Bjorn Bringert <bjorn@bringert.net>
-- Stability : experimental
-- Portability : portable
-- Maintainer : Chris Dornan <chris@chrisdornan.com>
-- Stability : Stable
-- Portability : Portable
--
-- An XHTML combinator library
--
......
......@@ -11,9 +11,9 @@
-- Science and Technology, 1999-2001,
-- (c) Bjorn Bringert, 2004-2006
-- License : BSD-style (see the file LICENSE)
-- Maintainer : Bjorn Bringert <bjorn@bringert.net>
-- Stability : experimental
-- Portability : portable
-- Maintainer : Chris Dornan <chris@chrisdornan.com>
-- Stability : Stable
-- Portability : Portable
--
-- Internals of the XHTML combinator library.
-----------------------------------------------------------------------------
......
Name: xhtml
Version: 3000.2.0.1
Copyright: Bjorn Bringert 2004-2006, Andy Gill, and the Oregon Graduate
Institute of Science and Technology, 1999-2001
Maintainer: bjorn@bringert.net
Author: Bjorn Bringert
License: BSD3
License-file: LICENSE
build-depends: base >= 4.0 && < 4.5
Extensions:
Synopsis: An XHTML combinator library
Description:
This package provides combinators for producing
XHTML 1.0, including the Strict, Transitional and Frameset variants.
Build-Type: Simple
Exposed-Modules:
Text.XHtml,
Text.XHtml.Frameset,
Text.XHtml.Strict,
Text.XHtml.Transitional,
Text.XHtml.Debug,
Text.XHtml.Table
Other-modules:
Text.XHtml.Strict.Attributes,
Text.XHtml.Strict.Elements,
Text.XHtml.Frameset.Attributes,
Text.XHtml.Frameset.Elements,
Text.XHtml.Transitional.Attributes,
Text.XHtml.Transitional.Elements,
Text.XHtml.BlockTable,
Text.XHtml.Extras,
Text.XHtml.Internals
ghc-options: -O2 -W
Extensions: CPP
Name: xhtml
Version: 3000.2.0.3
Copyright: Bjorn Bringert 2004-2006, Andy Gill, and the Oregon Graduate
Institute of Science and Technology, 1999-2001
Maintainer: Chris Dornan <chris@chrisdornan.com>
Author: Bjorn Bringert
License: BSD3
License-file: LICENSE
Build-depends: base >= 4.0 && < 4.5
Synopsis: An XHTML combinator library
Description: This package provides combinators for producing
XHTML 1.0, including the Strict, Transitional and
Frameset variants.
Stability: Stable
Category: Web, XML, Pretty Printer
Homepage: https://github.com/haskell/xhtml
Build-type: Simple
Cabal-version: >= 1.6
Source-repository head
type: git
location: git@github.com:haskell/xhtml.git
library
Exposed-modules:
Text.XHtml,
Text.XHtml.Frameset,
Text.XHtml.Strict,
Text.XHtml.Transitional,
Text.XHtml.Debug,
Text.XHtml.Table
Other-modules:
Text.XHtml.Strict.Attributes,
Text.XHtml.Strict.Elements,
Text.XHtml.Frameset.Attributes,
Text.XHtml.Frameset.Elements,
Text.XHtml.Transitional.Attributes,
Text.XHtml.Transitional.Elements,
Text.XHtml.BlockTable,
Text.XHtml.Extras,
Text.XHtml.Internals
ghc-options: -Wall
Extensions: CPP
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment