packages feed

sxml-0.1.0.0: sxml.cabal

name:                sxml
version:             0.1.0.0
synopsis:            A SXML-parser
description:         This library parses and write <http://okmij.org/ftp/Scheme/SXML.html SXML> files, using datatypes from the <https://hackage.haskell.org/package/xml-types xml-types> package to represent their structure. It currently only features a DOM-style parser.
homepage:            http://blog.luigiscorner.com/
license:             PublicDomain
license-file:        LICENSE
author:              ARJANEN Loïc Jean David <arjanen.loic@gmail.com>
maintainer:          ARJANEN Loïc Jean David <arjanen.loic@gmail.com>
copyright:           © 2016 ARJANEN Loïc Jean David
category:            Text, XML
build-type:          Simple
cabal-version:       >=1.10

library
  exposed-modules:     Text.SXML, Text.SXML.Utils
  other-modules:       Text.SXML.Internal
  build-depends:       base < 5, xml-types, text, containers, polyparse
  default-language:    Haskell2010

Source-Repository head
  Type:     darcs
  Location: http://hub.darcs.net/Azel/sxml