Skip to content

Commit

Permalink
chore: Add tested-with field to postgrest.cabal
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
wolfgangwalther committed Feb 24, 2024
1 parent 0738785 commit 86b2e59
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions postgrest.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 86b2e59

Please sign in to comment.