From dcdfc8e4aa3f42b71a1da08efdf9ab6083b9f023 Mon Sep 17 00:00:00 2001 From: David Mazarro Date: Tue, 1 Oct 2024 10:32:39 +0200 Subject: [PATCH] chore: bumped `tested-with` GHC version to 9.6.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Sebastián Estrella <2049686+sestrella@users.noreply.github.com> --- hapistrano.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hapistrano.cabal b/hapistrano.cabal index 082dc4c5..8b49ce37 100644 --- a/hapistrano.cabal +++ b/hapistrano.cabal @@ -28,7 +28,7 @@ category: System homepage: https://github.com/stackbuilders/hapistrano bug-reports: https://github.com/stackbuilders/hapistrano/issues build-type: Simple -tested-with: GHC==9.6.5 +tested-with: GHC==9.6.6 extra-doc-files: CHANGELOG.md , README.md