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.
This commit is contained in:
Wolfgang Walther
2024-02-24 14:07:55 +01:00
parent 0738785d72
commit 86b2e59f6f
+10
View File
@@ -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