File: ChangeLog.md

package info (click to toggle)
haskell-bzlib-conduit 0.3.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,796 kB
  • sloc: haskell: 222; makefile: 3
file content (29 lines) | stat: -rw-r--r-- 487 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
28
29
# ChangeLog for bzlib-conduit

## 0.3.0.4

* Add system-bzip2 flag [#14](https://github.com/snoyberg/bzlib-conduit/pull/13)

## 0.3.0.3

* CVE 2019 12900 [#11](https://github.com/snoyberg/bzlib-conduit/pull/11)

## 0.3.0.2

* Fix handling of concatenated bzip2 files

## 0.3.0.1

* Reduce dep to `data-default-class` [#6](https://github.com/snoyberg/bzlib-conduit/pull/6)

## 0.3.0

* Move to conduit 1.3.0

## 0.2.1.5

* Remove upper bounds

## 0.2.1.4

* Fix compilation of benchmarks