BSD-3-Clause licensed and maintained by Marios Titas <rednebΑΤgmxDΟΤcom>
This version can be pinned in stack with:hxt-css-0.1.0.3@sha256:9461ae6c705afe07ef50ae533ff341a87d69032f33f51e6dab5f5c381f86b081,1636

Module documentation for 0.1.0.3

Depends on 4 packages(full list with versions):

This package makes it possible to easily traverse (X)HTML/XML documents using CSS selectors. It supports all CSS level 3 selectors except the ones that do not make sense outside a web browser (e.g. such as :hover or ::first-letter). Also, there is no support for namespaced selectors.

Changes

0.1.0.3 2016-08-23

  • Silence warnings on recent versions of GHC

0.1.0.2 2016-03-31

  • Fix parsing of string literals in attribute selectors.