From 39e2a154f03f6333343e880ff394f79374e9e306 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 45a4a5f1c..08550e9a9 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