packages feed

WebBits-Html 1.0.1 → 1.0.2

raw patch · 2 files changed

+2/−1 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

+ BrownPLT.Html.PermissiveParser: StringWarning :: SourcePos -> String -> Warning
+ BrownPLT.Html.PermissiveParser: data Warning

Files

WebBits-Html.cabal view
@@ -1,5 +1,5 @@ Name:           WebBits-Html-Version:        1.0.1+Version:        1.0.2 Cabal-Version:	>= 1.2.3 Copyright:      Copyright (c) 2007-2009 Arjun Guha and Spiridon Eliopoulos License:        LGPL
src/BrownPLT/Html/PermissiveParser.hs view
@@ -18,6 +18,7 @@   -- tokenizer is exported primarily for testing   , tokens   , Token+  , Warning (..)   ) where  import Control.Monad