packages feed

hjson 1.3 → 1.3.1

raw patch · 2 files changed

+2/−1 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Text/HJson.hs view
@@ -265,6 +265,7 @@  unicodeP :: Monad m => ParsecT String s m Char unicodeP = do+	char 'u' 	digitsV <- count 4 hexDigit 	let numberV = read ("0x" ++ digitsV) 	return $ chr numberV
hjson.cabal view
@@ -1,5 +1,5 @@ Name: hjson-Version: 1.3+Version: 1.3.1 Synopsis: JSON parsing library Category: Text Description: JSON parsing library with simple and sane API