hawk icon indicating copy to clipboard operation
hawk copied to clipboard

add yaml support

Open maxcan opened this issue 12 years ago • 4 comments

maxcan avatar Aug 19 '13 19:08 maxcan

We're currently in the process of rewriting the library (see branch "merge" of /ssadler/hawk), so it might be a while until we can fullfil this request. The new version will give a lot more control to the user, though, so by configuring it to import the appropriate library, you should be able to accept yaml input using functions from existing Haskell libraries.

gelisam avatar Aug 19 '13 20:08 gelisam

good to hear it. its not an urgent issue for me.

On Mon, Aug 19, 2013 at 1:54 PM, Samuel Gélineau [email protected]:

We're currently in the process of rewriting the library (see branch "merge" of /ssadler/hawk), so it might be a while until we can fullfil this request. The new version will give a lot more control to the user, though, so by configuring it to import the appropriate library, you should be able to accept yaml input using functions from existing Haskell libraries.

— Reply to this email directly or view it on GitHubhttps://github.com/gelisam/hsl/issues/17#issuecomment-22903380 .

maxcan avatar Aug 19 '13 21:08 maxcan

When the core of the project will be completed, I think we will start to support various textual streams data formats like json, yaml, xml ... (maybe with the same interface). I don't know how much time this will take, but this is in the roadmap :).

melrief avatar Aug 23 '13 08:08 melrief

probably best to convert yaml to json. yaml exposes a yaml2json executable.

gregwebs avatar Jan 08 '14 20:01 gregwebs