From 4ca34c0695e0e19d4b4c4cac26f9f8e4343b143b Mon Sep 17 00:00:00 2001 From: Taimoor Zaeem Date: Tue, 14 Apr 2026 10:32:59 +0500 Subject: [PATCH] chore: update cabal spec version in postgrest.cabal The current version is too old and it prevented using latest features like common stanzas and visibility fields. Signed-off-by: Taimoor Zaeem --- postgrest.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgrest.cabal b/postgrest.cabal index e07f69c03..35b18f5a6 100644 --- a/postgrest.cabal +++ b/postgrest.cabal @@ -1,3 +1,4 @@ +cabal-version: 3.0 name: postgrest version: 15 synopsis: REST API for any Postgres database @@ -13,7 +14,6 @@ homepage: https://postgrest.org bug-reports: https://github.com/PostgREST/postgrest/issues build-type: Simple extra-source-files: CHANGELOG.md -cabal-version: >= 1.10 tested-with: -- nix