haskell / pvp

Haskell Package Version Policy (PVP)
http://pvp.haskell.org/
38 stars 25 forks source link

Add compatibility with GHC 9.X and test in CI #60

Closed BinderDavid closed 1 month ago

BinderDavid commented 1 month ago

The site is not working with modern (i.e. > =9.0) versions of GHC. This PR fixes that and adds a CI configuration for GHC 9.4 to 9.8.

The CI action is not running in this PR for security reasons, but the parallel PR to my fork: https://github.com/BinderDavid/pvp/pull/1 shows the result.

BinderDavid commented 1 month ago

Ok, this is now ready for review :) The CI is running through, which can be seen from the link above. If we also want to run the CI with cabal check enabled, then I need to be told which license I am supposed to use in the cabal file.

Bodigrim commented 1 month ago

Thanks!