xml2html-0.2.0/ 0000755 0000000 0000000 00000000000 12014441451 011442 5 ustar 00 0000000 0000000 xml2html-0.2.0/xml2html.cabal 0000644 0000000 0000000 00000001550 12014441451 014176 0 ustar 00 0000000 0000000 name: xml2html
version: 0.2.0
license: BSD3
license-file: LICENSE
author: Michael Snoyman
maintainer: Michael Snoyman
synopsis: blaze-html instances for xml-conduit types (deprecated)
category: XML
stability: Stable
cabal-version: >= 1.6
build-type: Simple
homepage: http://github.com/snoyberg/xml
Description: blaze-html instances for xml-conduit types. Note that these instances are now provided by xml-conduit itself, and therefore this package is unnecessary.
library
build-depends: base >= 4 && < 5
, xml-conduit >= 1.0
exposed-modules: Text.XML.Xml2Html
ghc-options: -Wall
source-repository head
type: git
location: git://github.com/snoyberg/xml.git
xml2html-0.2.0/Setup.lhs 0000644 0000000 0000000 00000000162 12014441451 013251 0 ustar 00 0000000 0000000 #!/usr/bin/env runhaskell
> module Main where
> import Distribution.Simple
> main :: IO ()
> main = defaultMain
xml2html-0.2.0/LICENSE 0000644 0000000 0000000 00000002530 12014441451 012447 0 ustar 00 0000000 0000000 The following license covers this documentation, and the source code, except
where otherwise indicated.
Copyright 2010, Michael Snoyman. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS "AS IS" AND ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,
OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
xml2html-0.2.0/Text/ 0000755 0000000 0000000 00000000000 12014441451 012366 5 ustar 00 0000000 0000000 xml2html-0.2.0/Text/XML/ 0000755 0000000 0000000 00000000000 12014441451 013026 5 ustar 00 0000000 0000000 xml2html-0.2.0/Text/XML/Xml2Html.hs 0000644 0000000 0000000 00000000042 12014441451 015025 0 ustar 00 0000000 0000000 module Text.XML.Xml2Html () where