type-of-html 1.6.1.1 → 1.6.1.2
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Readme.md +1/−1
- type-of-html.cabal +1/−1
Readme.md view
@@ -167,7 +167,7 @@ but would make the other benchmarks unreadable. The synthetic page is just a small page with a lot of elements and a lot of attributes but with minimal text. The hackage upload benchmark is a rendering of-https://http://hackage.haskell.org/upload which contains a lot of text.+https://hackage.haskell.org/upload which contains a lot of text. Note how the `compactHTML` rendering is about 150 times faster than blaze for the real world case. Look below for the explanation of the
type-of-html.cabal view
@@ -1,5 +1,5 @@ name: type-of-html-version: 1.6.1.1+version: 1.6.1.2 synopsis: High performance type driven html generation. description: This library makes most invalid html documents compile time errors and uses advanced type level features to realise compile time computations. license: BSD3