@hackage atom-basic0.0.1.0

Basic Atom feed construction

  • Installation

  • Dependencies (0)

  • Dependents (1)

    @hackage/acme-everything
  • Package Flags

      network-uri
       (on by default)

      Get Network.URI from the network-uri package

This library provides a type for an Atom feed (http:/tools.ietf.orghtml/rfc4287) and a way to produce its XML. XML is constructed with the help of a record of construction functions (XMLGen) that you provide. This allows you to easily use this with the XML library of your choice.