Skip to content

Commit 3c0e28f

Browse files
committed
GHC-9.14.1 alpha2 20250908
1 parent c92752a commit 3c0e28f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/HaskellCI/Config/History.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ configHistory =
9797
, ghcupVanilla = C.withinVersion (C.mkVersion [9,8,3])
9898
, ghcupPrerelease = C.orLaterVersion (C.mkVersion [9,14])
9999
}
100+
, ver 0 19 20250916 := \cfg -> cfg
101+
& field @"cfgVersionMapping" .~ Map.singleton (mkVersion [9,14,1]) (mkVersion [9,14,0,20250908])
100102
]
101103
where
102104
ver x y z = [x, y, z]

0 commit comments

Comments
 (0)