From 70057e65a5b440b59720bbd383bf72ac77b626f3 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Tue, 8 Jul 2025 19:02:36 +0200 Subject: [PATCH] chore: remove left-over comment for Ubuntu (arm) We have been building with GHC 9.6 on that platform for a while. --- postgrest.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgrest.cabal b/postgrest.cabal index ed74b097d..40cdbfe90 100644 --- a/postgrest.cabal +++ b/postgrest.cabal @@ -16,7 +16,7 @@ extra-source-files: CHANGELOG.md cabal-version: >= 1.10 tested-with: - -- nix, cabal on Ubuntu (arm) + -- nix GHC == 9.4.8 -- cabal on Ubuntu -- stack on FreeBSD, MacOS, Ubuntu, Windows