File: README.md

package info (click to toggle)
haskell-xml-html-qq 0.1.0.1-5
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 96 kB
  • sloc: haskell: 198; makefile: 6
file content (14 lines) | stat: -rw-r--r-- 796 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

Text.XML.QQ and Text.HTML.QQ
============================

[![Build Status](https://secure.travis-ci.org/cdepillabout/xml-html-qq.svg)](http://travis-ci.org/cdepillabout/xml-html-qq)
[![Hackage](https://img.shields.io/hackage/v/xml-html-qq.svg)](https://hackage.haskell.org/package/xml-html-qq)
[![Stackage LTS](http://stackage.org/package/xml-html-qq/badge/lts)](http://stackage.org/lts/package/xml-html-qq)
[![Stackage Nightly](http://stackage.org/package/xml-html-qq/badge/nightly)](http://stackage.org/nightly/package/xml-html-qq)
![BSD3 license](https://img.shields.io/badge/license-BSD3-blue.svg)

`xml-html-qq` provides quasi-quoters for XML and HTML `Document`s.

For documentation and usage examples, see the
[documentation](https://hackage.haskell.org/package/xml-html-qq) on Hackage.