Skip to content

Commit

Permalink
Hotfix to add more recent GHC versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tchoutri committed Oct 4, 2023
1 parent 40ca5d3 commit 9b91853
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion src/core/Flora/Import/Package.hs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,21 @@ coreLibraries =
versionList :: Set Version
versionList =
Set.fromList
[ Version.mkVersion [9, 4, 1]
[ Version.mkVersion [9, 8, 1]
, Version.mkVersion [9, 6, 3]
, Version.mkVersion [9, 6, 2]
, Version.mkVersion [9, 6, 1]
, Version.mkVersion [9, 4, 7]
, Version.mkVersion [9, 4, 6]
, Version.mkVersion [9, 4, 5]
, Version.mkVersion [9, 4, 4]
, Version.mkVersion [9, 4, 3]
, Version.mkVersion [9, 4, 2]
, Version.mkVersion [9, 4, 1]
, Version.mkVersion [9, 2, 8]
, Version.mkVersion [9, 2, 7]
, Version.mkVersion [9, 2, 6]
, Version.mkVersion [9, 2, 5]
, Version.mkVersion [9, 2, 4]
, Version.mkVersion [9, 2, 3]
, Version.mkVersion [9, 2, 2]
Expand Down

0 comments on commit 9b91853

Please sign in to comment.