File: ChangeLog.md

package info (click to toggle)
haskell-libyaml 0.1.4-1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 104 kB
  • sloc: haskell: 673; ansic: 184; makefile: 6
file content (27 lines) | stat: -rw-r--r-- 616 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Changelog for libyaml

## 0.1.4

* Use libyaml-clib for the cbits
* Use pkg-config to link to system yaml

## 0.1.3

* Correct signature for `fclose`

## 0.1.2

* Upgrade `libyaml` to 0.2.2

## 0.1.1.1

* Work around GHC 8.6.5 issue on Windows preventing truncated files.  [#178](https://github.com/snoyberg/yaml/issues/178)

## 0.1.1.0

* Add options to `FormatOptions` to govern when tags rendered explicitly and when they are left implicit. [#165](https://github.com/snoyberg/yaml/issues/165)

## 0.1.0.0

* Split `libyaml` into a separate package from `yaml`. This split occurred at
  `yaml` version 0.10.4.0.