diff --git a/README.md b/README.md index 44a860137a38cffabcb2931a9d88c800a12b0197..5459be2938bc74aa3747565f946ecc2e6abb1d41 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ existing Hackage package(s). you submit a PR). - The patches SHOULD work with at least GHC HEAD and the most recent - stable released GHC version (currently this means with GHC 9.0 and - GHC 9.1). + stable released GHC version (currently this means with GHC 9.0, GHC 9.2, and + GHC 9.3). - The patches SHOULD ideally result in the same code being compiled, as one of the main purposes of these patches is to make regression diff --git a/ci/config.sh b/ci/config.sh index 8bf24d733e4dc6f13c9e3dfca2e85aa75fafce1b..eba4408d64de83060353e245416623f2de7995d0 100644 --- a/ci/config.sh +++ b/ci/config.sh @@ -74,11 +74,11 @@ case $version in # package ticket ;; - 9.1.*) + 9.2.*) # package ticket ;; - 9.2.*) + 9.3.*) # package ticket ;;