File: xml2html.cabal

package info (click to toggle)
haskell-xml2html 0.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 56 kB
  • sloc: haskell: 5; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 872 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
name:            xml2html
version:         0.2.0
license:         BSD3
license-file:    LICENSE
author:          Michael Snoyman <michael@snoyman.com>
maintainer:      Michael Snoyman <michael@snoyman.com>
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