This project is mirrored from https://github.com/haskell/xhtml.
Pull mirroring updated .
- 09 Mar, 2018 2 commits
-
-
Herbert Valerio Riedel authored
-
Herbert Valerio Riedel authored
We intentionally try to enlarge the configuration space only as little as needed, thus we partition the space for the cabal solver into - xhtml-3000.2.2 supports base < 4.11 & cabal-version: 1.10 - xhtml-3000.2.2.1 supports base >= 4.11 & cabal-version: 2.0 as xhtml-3000.2.2 and xhtml-3000.2.2.1 are not distinguishable except for their version number.
-
- 04 Sep, 2017 1 commit
-
-
Herbert Valerio Riedel authored
-
- 17 Jun, 2017 1 commit
-
-
Herbert Valerio Riedel authored
-
- 18 Apr, 2017 4 commits
-
-
Herbert Valerio Riedel authored
This also bumps xhtml's version to 3000.2.2, since the new instance represents a user-visible API addition.
-
Herbert Valerio Riedel authored
-
Herbert Valerio Riedel authored
-
Herbert Valerio Riedel authored
-
- 23 Oct, 2016 5 commits
-
-
Erik de Castro Lopo authored
Add .travis.yml and convert README to markdown
-
Erik de Castro Lopo authored
-
Erik de Castro Lopo authored
And add a travis build status badge.
-
Erik de Castro Lopo authored
-
Erik de Castro Lopo authored
Fix compiler warnings
-
- 30 Jul, 2016 1 commit
-
-
Erik de Castro Lopo authored
Tested with ghc 7.8.4, 7.10.3 and 8.0.1.
-
- 09 May, 2012 3 commits
-
-
cdornan authored
-
cdornan authored
-
cdornan authored
Mistuke has pointed out that (!) does not allow attributes to be added to a general (X)HTML tag while taking account of the attributes that are already defined by the tag [1]. This can make it hard to generally extend tags with attributes while even being sure that correct (X)HTML is being generated (the standard prohibits the duplication of attributes[2]). In order to minimize disruption the existing interface has been extended with an alternative class to `ADDATTRS` called `CHANGEATTRS` and a deconstructor function, `htmlAttrPair`, for analysing the (abstract) `HtmlAttr` type. With `CHANGEATTRS` a function is used to transform the existing attributes (which can now be analysed with `htmlAttrPair`) rather than being passed a list of attributes to add to an HTML tag as is the case with `ADDATTRS`. [1] https://github.com/haskell/xhtml/issues/2 [2] http://www.w3.org/WAI/GL/WCAG20-TECHS/H94.html
-
- 07 Mar, 2012 1 commit
-
-
cdornan authored
Update .gitignore
-
- 06 Mar, 2012 1 commit
-
-
pcapriotti authored
-
- 03 Feb, 2012 2 commits
- 02 Feb, 2012 2 commits
-
-
cdornan authored
Use https url to git repository in cabal file
-
SimonHengel authored
This way it gets hyperlinked on Hackage, and still works with `git clone`.
-
- 19 Dec, 2011 2 commits
-
-
cdornan authored
-
Herbert Valerio Riedel authored
-
- 01 Sep, 2011 1 commit
-
-
Chris Dornan authored
-
- 31 Aug, 2011 3 commits
- 07 Jul, 2011 1 commit
-
-
Ian Lynagh authored
-
- 10 Jul, 2010 1 commit
-
-
Ian Lynagh authored
-
- 02 Jun, 2010 2 commits
-
-
Simon Marlow authored
-
Simon Marlow authored
-