haskell-works/hw-json

Update Readme?

Closed this issue · 4 comments

It seems like the library has evolved past the examples in the README, e.g. the modules

HaskellWorks.Data.Json.Standard.Cursor.Fast
HaskellWorks.Data.TreeCursor

don't exist anymore.

Thanks for the ticket. I'll look at it shortly.

I've copied the examples into haskell files and compiled them and they work:

#182

This indicates that the examples in the README are correct, but that the documentation is incomplete for not mentioning the additional dependencies necessary for running the examples.

I will update the README accordingly.

I've merged this pull request #183

Thank you for looking into this so quickly!