CHANGELOG and README updates
Getty Ritter
7 years ago
| 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 |
|
1 | 11 |
0.1.2.1
|
2 | 12 |
=======
|
3 | 13 |
|
1 | 1 |
# `config-ini`
|
2 | 2 |
|
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)
|
4 | 4 |
|
5 | 5 |
The `config-ini` library is a Haskell library for doing elementary INI file parsing in a quick and painless way.
|
6 | 6 |
|