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 39 40 41 42
|
# Changelog for `hi-file-parser`
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to the
[Haskell Package Versioning Policy](https://pvp.haskell.org/).
## 0.1.6.0 - 2023-11-04
* Add further support for GHC 9.8 (GHC 9.8.1 onward). See
[#20](https://github.com/commercialhaskell/hi-file-parser/pull/20)
## 0.1.5.0 - 2023-10-11
* Add support for GHC 9.8 (GHC 9.8.1 onward). See
[#17](https://github.com/commercialhaskell/hi-file-parser/pull/17)
## 0.1.4.0 - 2023-04-28
* Add further support for GHC 9.4 (GHC 9.4.5 onward) and support for GHC 9.6.
See [#14](https://github.com/commercialhaskell/hi-file-parser/pull/14)
## 0.1.3.0 - 2022-08-12
* Allow dependency on `mtl` >= 2.3. See
[#6](https://github.com/commercialhaskell/hi-file-parser/pull/6)
* Add support for GHC 9.4 (up to GHC 9.4.4). See
[#7](https://github.com/commercialhaskell/hi-file-parser/pull/7)
## 0.1.2.0 - 2021-04-09
* Add support for GHC 8.10 and 9.0. See
[#2](https://github.com/commercialhaskell/hi-file-parser/pull/2)
## 0.1.1.0 - 2021-03-24
* Add `NFData` instances
## 0.1.0.0 - 2019-06-08
* Initial release
|