Skip to content

Releases: clovyr/clovyr

New library: string-fromto

02 Oct 15:44
818f528

Choose a tag to compare

  • 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

30 Sep 14:45
44fcec3

Choose a tag to compare

  • 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, like HsYaml (GPLv3). It also works with GHCJS and Eta.