File: CHANGELOG.md

package info (click to toggle)
haskell-bsb-http-chunked 0.0.0.4-6
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 96 kB
  • sloc: haskell: 260; makefile: 5
file content (38 lines) | stat: -rw-r--r-- 1,136 bytes parent folder | download | duplicates (3)
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
30
31
32
33
34
35
36
37
38
# Changelog for the `bsb-http-chunked` package

## [0.0.0.4] – 2018-09-29

- Fix an issue with file modification times in the tarball that prevented
  installation on Windows 10. [#22]
- Remove compatibility with GHC < 7.10 (prompted by internal refactorings)

## [0.0.0.3] – 2018-09-01

- Compatibility with GHC-8.6
- Documentation improvements

## [0.0.0.2] – 2018-03-13

- A lot of unused code was removed

## [0.0.0.1] – 2018-03-13

- Documentation improvements
- `text` and `deepseq` dependencies were removed

## 0 – 2018-03-12

Initial release.

---

The format of this changelog is based on
[Keep a Changelog](http://keepachangelog.com/en/1.0.0/)

[Unreleased]: https://github.com/sjakobi/bsb-http-chunked/compare/v0.0.0.4...HEAD
[0.0.0.4]: https://github.com/sjakobi/bsb-http-chunked/compare/v0.0.0.3...v0.0.0.4
[0.0.0.3]: https://github.com/sjakobi/bsb-http-chunked/compare/v0.0.0.2...v0.0.0.3
[0.0.0.2]: https://github.com/sjakobi/bsb-http-chunked/compare/v0.0.0.1...v0.0.0.2
[0.0.0.1]: https://github.com/sjakobi/bsb-http-chunked/compare/v0...v0.0.0.1

[#22]: https://github.com/sjakobi/bsb-http-chunked/issues/22