From 86b2e59f6f229571e3847c709e0810e6726bd35c Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Sun, 4 Feb 2024 18:24:26 +0100 Subject: [PATCH] chore: Add tested-with field to postgrest.cabal This documents supported GHC versions. GHC 9.8.1 is currently commented out to reflect the fact that PostgREST can't currently be built with it straight from hackage - we still require some overrides in cabal.project for that. --- postgrest.cabal | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/postgrest.cabal b/postgrest.cabal index d3887b7bfb..de9fbc39ab 100644 --- a/postgrest.cabal +++ b/postgrest.cabal @@ -15,6 +15,16 @@ build-type: Simple extra-source-files: CHANGELOG.md cabal-version: >= 1.10 +tested-with: + -- stack on FreeBSD, MacOS, Ubuntu, Windows + GHC == 9.4.5 + -- nix, cabal on Ubuntu + , GHC == 9.4.8 + -- cabal on Ubuntu + , GHC == 9.6.4 + -- cabal on Ubuntu + , GHC == 9.8.2 + source-repository head type: git location: git://github.com/PostgREST/postgrest.git