BSD-3-Clause licensed and maintained by Carl Baatz
This version can be pinned in stack with:atom-basic-0.2.5@sha256:1599b465ca0d6b7c98721915f86ed9dd5eb42a660c04bbd8abfb0b713835565a,1471

Module documentation for 0.2.5

atom-basic provides a relatively type-safe RFC4287 Atom feed that can be used to generate feed or entry XML using the types of any Haskell XML library. Please see the Web.Atom module documentation for more information.

Changes

  • 0.2.5

    • Make unsafeURI throw a more helpful error. Thanks @emhoracek!
  • 0.2.4

    • Move to Stack.
    • Minor documentation adjustments.
  • 0.2.3

    • Drop dependency on old-locale package.
  • 0.2.2

    • Improve documentation.
  • 0.2.1

    • Add README and documentation.
  • 0.2.0

    • Export unsafeURI convenience function.
    • Add usage examples.
  • 0.1.1

    • Loosen constraint on base.
  • 0.1.0

    • First release.