Skip to content

Commit

Permalink
add 9.8 alias for lts23
Browse files Browse the repository at this point in the history
  • Loading branch information
juhp committed Dec 13, 2024
1 parent 995e061 commit b20b6c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/MajorVer.hs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ maybeReadMajor ver
Nothing -> Nothing
| "ghc" `isPrefixOf` ver =
case dropPrefix "-" (dropPrefix "ghc" ver) of
"9.8" -> Just (LTS 23)
"9.6" -> Just (LTS 22)
"9.4" -> Just (LTS 21)
"9.2" -> Just (LTS 20)
Expand Down

0 comments on commit b20b6c2

Please sign in to comment.