packages feed

xmlhtml 0.2.0 → 0.2.0.1

raw patch · 3 files changed

+5/−2 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

test/suite/Text/XmlHtml/Tests.hs view
@@ -14,8 +14,10 @@ import           Test.Framework.Providers.HUnit import           Test.HUnit hiding (Test, Node) import           Text.Blaze+import           Text.Blaze.Html import qualified Text.Blaze.Html5 as H import qualified Text.Blaze.Html5.Attributes as A+import qualified Text.Blaze.Internal as H import           Text.Blaze.Renderer.XmlHtml import           Text.XmlHtml import           Text.XmlHtml.CursorTests
test/xmlhtml-testsuite.cabal view
@@ -13,7 +13,8 @@     QuickCheck                 >= 2.3.0.2,     base                       == 4.*,     blaze-builder              >= 0.2      && <0.4,-    blaze-html                 >= 0.3.2    && <0.5,+    blaze-html                 >= 0.5      && <0.6,+    blaze-markup               >= 0.5      && <0.6,     bytestring                 == 0.9.*,     containers                 >= 0.3      && <0.5,     parsec                     >= 3.1.2    && <3.2,
xmlhtml.cabal view
@@ -1,5 +1,5 @@ Name:                xmlhtml-Version:             0.2.0+Version:             0.2.0.1 Synopsis:            XML parser and renderer with HTML 5 quirks mode Description:         Contains renderers and parsers for both XML and HTML 5                      document fragments, which share data structures so that