From e0af5b3c69a7d8e1dd402eb727631801e7d9be3d Mon Sep 17 00:00:00 2001 From: Christiaan Baaij Date: Mon, 10 Oct 2022 17:28:01 +0200 Subject: [PATCH] Make 0.7.7 release --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b9fa92..ecc3fe0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ # Changelog for the [`ghc-typelits-natnormalise`](http://hackage.haskell.org/package/ghc-typelits-natnormalise) package -## Unreleased +## 0.7.7 *October 10th 2022* * Solve unflattened wanteds instead of the wanteds passed to the plugin. Fixes [#1901]https://github.com/clash-lang/clash-compiler/issues/1901. +* Add support for GHC 9.4 ## 0.7.6 *June 20th 2021* * Do not vacuously solve `forall a b . 1 <=? a^b ~ True`