gdritter repos config-ini / 7f997b3
CHANGELOG and README updates Getty Ritter 6 years ago
2 changed file(s) with 11 addition(s) and 1 deletion(s). Collapse all Expand all
1 0.2.0.0
2 =======
3
4 - Introduced `Data.Config.Ini.Bidir`, which introduces a new alternate
5 API for working with Ini files.
6 - Reworked the internal representation to accomodate
7 `Data.Config.Ini.Bidir`; as such, the structure of
8 `Data.Config.Ini.Raw` is radically changed
9 - Dropped GHC 7.8 backwards-compatibility.
10
111 0.1.2.1
212 =======
313
11 # `config-ini`
22
3 [![Hackage](https://img.shields.io/hackage/v/config-ini.svg)](https://hackagehaskell.org/package/config-ini)
3 [![Hackage](https://img.shields.io/hackage/v/config-ini.svg)](https://hackage.haskell.org/package/config-ini)
44
55 The `config-ini` library is a Haskell library for doing elementary INI file parsing in a quick and painless way.
66