From 256e5764bf35da698721f6bc7e1a3abd7eccb563 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20G=C3=A9lineau?= Date: Thu, 15 Jun 2023 14:47:19 -0400 Subject: [PATCH] hint-0.9.0.7 --- CHANGELOG.md | 6 ++++++ hint.cabal | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ef8418..4175888 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### 0.9.0.7 + +* Support GHC 9.4 +* Support GHC 9.6 +* Improved documentation + ### 0.9.0.6 * Fixes the 0.9.0.5 regression diff --git a/hint.cabal b/hint.cabal index 3946cd6..06261f1 100644 --- a/hint.cabal +++ b/hint.cabal @@ -1,5 +1,5 @@ name: hint -version: 0.9.0.6 +version: 0.9.0.7 description: This library defines an Interpreter monad. It allows to load Haskell modules, browse them, type-check and evaluate strings with Haskell