packages feed

taggy 0.1.2 → 0.1.3

raw patch · 2 files changed

+3/−1 lines, 2 files

Files

src/Text/Taggy/Parser.hs view
@@ -95,6 +95,7 @@   char '<'   possibly '<'   possibly '!'+  possibly '?'   skipSpace   i <- ident   (as, autoclose) <- attributes cventities@@ -125,6 +126,7 @@     tagends = skipSpace >> parseEnd      parseEnd = autoClosing+           <|> ("?>" *> return False)            <|> (">" *> return False)      autoClosing = do
taggy.cabal view
@@ -1,5 +1,5 @@ name:                taggy-version:             0.1.2+version:             0.1.3 synopsis:            Efficient and simple HTML/XML parsing library description:            /taggy/ is a simple package for parsing HTML (and should work with XML)