selectors-0.0.2.0: selectors.cabal
name: selectors
version: 0.0.2.0
synopsis: CSS Selectors for DOM traversal
description:
This package provides functions for XML DOM traversal that work with "Text.XML.Cursor" from the xml-conduits package. The pure Haskell functions in "XML.Selectors.CSS" include a parser for CSS selector expressions and conversion to an "Axis". A QuasiQuoter is provided in "XML.Selectors.CSS.TH" for static validation of selector expressions.
license: BSD3
license-file: LICENSE
author: Rob O'Callahan
maintainer: ropoctl@gmail.com
category: XML
build-type: Simple
cabal-version: >=1.10
library
exposed-modules: XML.Selectors.CSS
XML.Selectors.CSS.TH
XML.Selectors.CSS.Types
other-modules: XML.Selectors.CSS.Tokens
XML.Selectors.CSS.Parse
other-extensions: QuasiQuotes, OverloadedStrings, TemplateHaskell, CPP, MagicHash, DeriveDataTypeable
build-depends: base >=4.6 && <4.7, xml-conduit >=1.1 && <1.2, containers >=0.5 && <0.6, text >=0.11 && <0.12, template-haskell >=2.8 && <2.9, array >=0.4 && <0.5
-- hs-source-dirs:
build-tools: alex, happy
default-language: Haskell2010
source-repository head
type: git
location: git@github.com:rcallahan/selectors.git