Skip to content

Commit 89d6295

Browse files
authored
Fix suspected typo in Config/History.hs
1 parent 27f84f6 commit 89d6295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HaskellCI/Config/History.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ configHistory =
3939
, ghcupVanilla = C.withinVersion (C.mkVersion [9,8,3])
4040
, ghcupPrerelease = C.orLaterVersion (C.mkVersion [9,12,0])
4141
}
42-
, ver 0 19 2024114 := \cfg -> cfg
42+
, ver 0 19 20241114 := \cfg -> cfg
4343
& field @"cfgSetupMethods" .~ PerSetupMethod
4444
{ hvrPpa = C.noVersion
4545
, ghcup = invertVersionRange (C.withinVersion (C.mkVersion [9,8,3])) /\ C.earlierVersion (C.mkVersion [9,12])

0 commit comments

Comments
 (0)