From 19b0e912da74341993a005aa53a0c57fd2afc800 Mon Sep 17 00:00:00 2001 From: Neil Mitchell Date: Sun, 2 Jul 2023 21:45:30 +0100 Subject: [PATCH] Version 0.8.9 --- CHANGES.txt | 1 + ghcid.cabal | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index b9008a3..7abc158 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,6 @@ Changelog for ghcid (* = breaking change) +0.8.9, released 2023-07-02 #375, fix crash when modules are renamed or deleted in GHC 9.6 #378, write output of the linter into output files Support newer Win32 libraries diff --git a/ghcid.cabal b/ghcid.cabal index aa251c5..1af63c8 100644 --- a/ghcid.cabal +++ b/ghcid.cabal @@ -1,7 +1,7 @@ cabal-version: 1.18 build-type: Simple name: ghcid -version: 0.8.8 +version: 0.8.9 license: BSD3 license-file: LICENSE category: Development