changelog: Clarify GHC support change in v0.9.0

v0.8.0 had already supported GHC 8.4 and 8.8, as the Hackage matrix
indicates:

https://matrix.hackage.haskell.org/#/package/hnix
This commit is contained in:
Simon Jakobi 2020-06-17 16:57:43 +02:00 committed by Anton Latukha
parent 2fdd31e599
commit d9518fdd5a
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
* `instance MonadException m => MonadException(Fix1T StandardTF m)`
* Minor:
* Added support for `GHC 8.4.4, 8.8.3`
* Added support for `GHC 8.10`
---