# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
checksums rmd160 d3f9bdb2fcd0203d394e0c97a00353662209dcba \
sha256 d3654272caa269bc65f6f2af82b583ef05434613fe5272d57053fb3bfada68a3
description Support for serialising Haskell to and from JSON
JSON (JavaScript Object Notation) is a lightweight data-interchange format. \
It is easy for humans to read and write. It is easy for machines to parse \
and generate. It is based on a subset of the JavaScript Programming \
Language, Standard ECMA-262 3rd Edition - December 1999. This library \
provides a parser and pretty printer for converting between Haskell values \
depends_lib-append port:hs-mtl \