You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/HaskellCI/Config/History.hs
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -80,6 +80,9 @@ configHistory =
80
80
& field @"cfgCabalInstallVersion"?~C.mkVersion [3,14,1,1]
81
81
, ver 01920250330:=\cfg -> cfg
82
82
& field @"cfgCabalInstallVersion"?~C.mkVersion [3,14,2,0]
83
+
, ver 01920250606:=\cfg -> cfg
84
+
& field @"cfgDocspec". field @"cfgDocspecUrl".~"https://github.com/phadej/cabal-extras/releases/download/cabal-docspec-0.0.0.20250606/cabal-docspec-0.0.0.20250606-x86_64-linux.xz"
85
+
& field @"cfgDocspec". field @"cfgDocspecHash".~"cc20bb5c19501b42bde77556bc419c7c0a5c8d1eb65663024d8a4e4c868bef25"
0 commit comments