xml2html-0.2.0/0000755000000000000000000000000012014441451011442 5ustar0000000000000000xml2html-0.2.0/xml2html.cabal0000644000000000000000000000155012014441451014176 0ustar0000000000000000name: 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.lhs0000644000000000000000000000016212014441451013251 0ustar0000000000000000#!/usr/bin/env runhaskell > module Main where > import Distribution.Simple > main :: IO () > main = defaultMain xml2html-0.2.0/LICENSE0000644000000000000000000000253012014441451012447 0ustar0000000000000000The 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/0000755000000000000000000000000012014441451012366 5ustar0000000000000000xml2html-0.2.0/Text/XML/0000755000000000000000000000000012014441451013026 5ustar0000000000000000xml2html-0.2.0/Text/XML/Xml2Html.hs0000644000000000000000000000004212014441451015025 0ustar0000000000000000module Text.XML.Xml2Html () where