~fgaz/haskell-ucl

0e132033dfdcdf16968187d756d0addeaf0b6e6e — Francesco Gazzetta 3 years ago 8e2e0d0 v0.2.0.0
0.2.0.0
2 files changed, 7 insertions(+), 2 deletions(-)

M CHANGELOG.md
M ucl.cabal
M CHANGELOG.md => CHANGELOG.md +4 -0
@@ 1,5 1,9 @@
# Revision history for ucl

## 0.2.0.0 -- 2021-02-07

* Changed UCLMap UCL UCL to a more precise UCLMap Text UCL

## 0.1.0.0 -- 2021-02-07

* First version. Released on an unsuspecting world.

M ucl.cabal => ucl.cabal +3 -2
@@ 1,7 1,7 @@
cabal-version:       2.2

name:                ucl
version:             0.1.0.0
version:             0.2.0.0
synopsis:            Datatype and parser for the Universal Configuration Language (UCL) using libucl
description:
  The Universal Configuration Language (UCL) is a configuration language


@@ 11,7 11,8 @@ description:
  This library contains a datatype representing UCL objects, and a parser.
  It is based on the C library [libucl](https://github.com/vstakhov/libucl),
  which is needed to build this package.
-- bug-reports:         mailto:fgaz@fgaz.me
homepage:            https://sr.ht/~fgaz/haskell-ucl/
bug-reports:         https://todo.sr.ht/~fgaz/haskell-ucl
license:             BSD-3-Clause
license-file:        LICENSE
author:              Francesco Gazzetta