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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user