HaXml

Utilities for manipulating XML documents

https://github.com/HaXml/HaXml

Version on this page:1.25.9@rev:1
LTS Haskell 22.18:1.25.13@rev:2
Stackage Nightly 2024-04-25:1.25.13@rev:2
Latest on Hackage:1.25.13@rev:2

See all snapshots HaXml appears in

LGPL-2.1-only licensed by Malcolm Wallace
Maintained by Jens Petersen
This version can be pinned in stack with:HaXml-1.25.9@sha256:f440aadea5cc32e931a0fbc3a4d92f1e28cdeb4a347eafe8e4e42f375734dbdc,4731
Used by 4 packages in nightly-2022-08-18(full list with versions):

Haskell utilities for parsing, filtering, transforming and generating XML documents.

Changes

1.25.9 (2022-04-10)

  • fix 1.25.7 regression in Xtract.Parse (#7 by Isaac van Bakel)
  • comment typo fixes (#6 by Eric Lindblad)
  • include README file

1.25.8 (2021-11-22)

  • version the License tag in HaXml.cabal as LGPL-2.1 (#3)
  • allow building with ghc 9.2 (#4)

1.25.7 (2021-10-15)

  • many hlint fixes
  • fix the rendering of time durations (#1)

1.25.6 (2021-09-26)

  • GHC 8.8, 8.10, and 9.0 compatibility

1.25.5 (2018-10-30)

  • GHC-8.4 and GHC-8.6 compatibility
    • Monoids have Semigroup instances