packages feed

hw-json 1.3.0.0 → 1.3.0.1

raw patch · 2 files changed

+1/−4 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

app/App/Commands/Count.hs view
@@ -59,11 +59,8 @@        return $ GenericCursor jsonBs (makeCsPoppy jsonIb) (RM.mkRangeMin (makeCsPoppy jsonBp)) 1     Nothing -> do-      IO.putStrLn "Running"       let !ibip = JCF.simdToIbBp jsonBs-      let !_ = A1.makeCsPoppyIndex (IBBP.ib ibip)       let !c    = JCF.fromBsIbBp jsonBs ibip-      IO.putStrLn "Created cursor"       return c    let q = MQuery (DL.fromList $ fmap lightJsonAt (siblings cursor))
hw-json.cabal view
@@ -1,7 +1,7 @@ cabal-version:  2.2  name:           hw-json-version:        1.3.0.0+version:        1.3.0.1 synopsis:       Memory efficient JSON parser description:    Memory efficient JSON parser. Please see README.md category:       Data