packages feed

type-of-html 1.6.1.0 → 1.6.1.1

raw patch · 2 files changed

+6/−3 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Readme.md view
@@ -446,13 +446,16 @@  If you'd like to see a full fledged example, go to following module from the benchmarks of this library:-[Example](https://github.com/knupfer/type-of-html/bench/ExampleTypeOfHtml.hs)++[Example](https://github.com/knupfer/type-of-html/tree/master/bench/ExampleTypeOfHtml.hs)+ It is a verbatim implementation of the source of http://hackage.haskell.org/upload  If you wish, you can compare the clarity of the code with an implementation in blaze:-[Example](https://github.com/knupfer/type-of-html/bench/ExampleBlaze.hs)++[Example](https://github.com/knupfer/type-of-html/tree/master/bench/ExampleBlaze.hs)  I'd argue that the source code in `type-of-html` has some visual advantages: - qualified imports aren't needed
type-of-html.cabal view
@@ -1,5 +1,5 @@ name:                 type-of-html-version:              1.6.1.0+version:              1.6.1.1 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