packages feed

xhtml 3000.4.0.0 → 3000.4.1.0

raw patch · 3 files changed

+6/−3 lines, 3 filesPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

API changes (from Hackage documentation)

- Text.XHtml.Transitional: data () => Builder
+ Text.XHtml.Transitional: data Builder

Files

ChangeLog.md view
@@ -1,3 +1,7 @@+## 3000.4.1.0++- Fix Inconsistent single quote escaping between String and Text HTML instances [#24](github.com/haskell/xhtml/pull/24)+ ## 3000.4.0.0  - Memory allocation improvements [#20](https://github.com/haskell/xhtml/pull/20)
Text/XHtml/Internals.hs view
@@ -327,7 +327,6 @@   P.condB (== c2w '>' ) (fixed4 ('&',('g',('t',';')))) $                  -- >   P.condB (== c2w '&' ) (fixed5 ('&',('a',('m',('p',';'))))) $            -- &   P.condB (== c2w '"' ) (fixed6 ('&',('q',('u',('o',('t',';')))))) $      -- "-  P.condB (== c2w '\'') (fixed5 ('&',('#',('3',('9',';'))))) $            -- '   P.condB (\c -> c >= c2w ' ' || c == c2w '\t' || c == c2w '\n' || c == c2w '\r')         (P.liftFixedToBounded P.word8) P.emptyB   where
xhtml.cabal view
@@ -1,9 +1,9 @@ Cabal-version:      >= 1.10 Name:               xhtml-Version:            3000.4.0.0+Version:            3000.4.1.0 Copyright:          Bjorn Bringert 2004-2006, Andy Gill and the Oregon                     Graduate Institute of Science and Technology, 1999-2001-Maintainer:         Chris Dornan <chris@chrisdornan.com>+Maintainer:         hecate@glitchbra.in Author:             Bjorn Bringert License:            BSD3 License-file:       LICENSE