We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27f84f6 commit 89d6295Copy full SHA for 89d6295
src/HaskellCI/Config/History.hs
@@ -39,7 +39,7 @@ configHistory =
39
, ghcupVanilla = C.withinVersion (C.mkVersion [9,8,3])
40
, ghcupPrerelease = C.orLaterVersion (C.mkVersion [9,12,0])
41
}
42
- , ver 0 19 2024114 := \cfg -> cfg
+ , ver 0 19 20241114 := \cfg -> cfg
43
& field @"cfgSetupMethods" .~ PerSetupMethod
44
{ hvrPpa = C.noVersion
45
, ghcup = invertVersionRange (C.withinVersion (C.mkVersion [9,8,3])) /\ C.earlierVersion (C.mkVersion [9,12])
0 commit comments