Releases: clovyr/clovyr
Releases · clovyr/clovyr
New library: string-fromto
- string-fromto: A collection of predictably-named functions (e.g. byteStringToString) that convert between the common string types, as well as to and from Base16, Base32, and Base64.
New library: aeson-yaml
- aeson-yaml: Encode any Aeson (JSON) value as YAML (in pure Haskell). This library does not depend on any external YAML library with C bindings, like
yaml, or a restrictive license, likeHsYaml(GPLv3). It also works with GHCJS and Eta.