Skip to content
Snippets Groups Projects
Commit 1e7aa00e authored by Ryan Scott's avatar Ryan Scott
Browse files

Update GHC version numbers

parent 2e67a1d6
No related branches found
No related tags found
1 merge request!153Changes to accommodate monomorphic Data.List
Pipeline #34361 passed
...@@ -10,8 +10,8 @@ existing Hackage package(s). ...@@ -10,8 +10,8 @@ existing Hackage package(s).
you submit a PR). you submit a PR).
- The patches SHOULD work with at least GHC HEAD and the most recent - 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 stable released GHC version (currently this means with GHC 9.0, GHC 9.2, and
GHC 9.1). GHC 9.3).
- The patches SHOULD ideally result in the same code being compiled, - The patches SHOULD ideally result in the same code being compiled,
as one of the main purposes of these patches is to make regression as one of the main purposes of these patches is to make regression
......
...@@ -74,11 +74,11 @@ case $version in ...@@ -74,11 +74,11 @@ case $version in
# package ticket # package ticket
;; ;;
9.1.*) 9.2.*)
# package ticket # package ticket
;; ;;
9.2.*) 9.3.*)
# package ticket # package ticket
;; ;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment