- Jul 21, 2023
-
-
cdornan authored
Switch to Builder and Text
-
- Jul 04, 2023
-
-
The internal representation of `Html` is now `Builder`, and attributes are accumulated in difference lists. Co-authored-by:
Finley McIlwaine <finleymcilwaine@gmail.com>
-
- Nov 28, 2022
-
-
cdornan authored
Avoid `Data.List.{head,tail}`
-
- Nov 19, 2022
-
-
Bodigrim authored
-
- Apr 07, 2022
-
-
cdornan authored
fix spelling errors
-
Eric Lindblad authored
-
- Mar 17, 2022
-
-
cdornan authored
fix typos
-
- Mar 13, 2022
-
-
Eric Lindblad authored
-
- Mar 09, 2018
-
-
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.
-
- Sep 04, 2017
-
-
Herbert Valerio Riedel authored
-
- Jun 17, 2017
-
-
Herbert Valerio Riedel authored
-
- Apr 18, 2017
-
-
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
-
- Oct 23, 2016
-
-
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
-
- Jul 30, 2016
-
-
Erik de Castro Lopo authored
Tested with ghc 7.8.4, 7.10.3 and 8.0.1.
-
- May 09, 2012
-
-
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
-
- Mar 07, 2012
-
-
cdornan authored
Update .gitignore
-
- Mar 06, 2012
-
-
pcapriotti authored
-
- Feb 03, 2012
- Feb 02, 2012
-
-
cdornan authored
Use https url to git repository in cabal file
-
Simon Hengel authored
This way it gets hyperlinked on Hackage, and still works with `git clone`.
-
- Dec 19, 2011
-
-
cdornan authored
-
Herbert Valerio Riedel authored
-
- Sep 01, 2011
-
-
Chris Dornan authored
-
- Aug 31, 2011
-
-
cdornan authored
-
- Jul 07, 2011
-
-
Ian Lynagh authored
-
- Jul 10, 2010
-
-
Ian Lynagh authored
-
- Jun 02, 2010
-
-
Simon Marlow authored
-