-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dhall-json functionality #16
Comments
I would love to help out but I really don't know how to get this working. I want to use this but I am pretty new to Purescript and the Documentation is unclear to me, and even misleading at points. I've built the package with |
Similarly, why are the dependencies listed in the readme as if they should be executed when they are inside the package.json? Being included within a section title "installation" implies that they should be run, but they are already run if you install it with npm. |
@mithrayls Hi there, just answering a few questions:
PureScript used to use the Bower registry and tooling for its packages, with
I believe the |
Users will probably want to be able to export (and possibly import) JSON from Dhall expressions, so we should probably add some of the functionality of
dhall-json
to this library (wouldn't need to have 100% feature parity). Would be a good issue for someone else to tackle.The text was updated successfully, but these errors were encountered: