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.
2 parents ac2ba07 + ac64d3c commit 04a1963Copy full SHA for 04a1963
init.rb
@@ -74,7 +74,7 @@ def data
74
end
75
76
def set_up_config(match_data)
77
- @build = build(match_data[:build])
+ @build = build(match_data[:build].to_i)
78
@job_number = match_data[:job].to_i - 1
79
@compile_config = @build.jobs[@job_number].config
80
public/version-aliases/ghc.json
@@ -179,6 +179,7 @@
179
"9.2.2": "9.2.2",
180
"9.2.3": "9.2.3",
181
"9.4.1-alpha1": "9.4.1-alpha1",
182
- "9.4": "9.4.1-alpha2",
183
- "9.4.1-alpha2": "9.4.1-alpha2"
+ "9.4": "9.4.1-alpha3",
+ "9.4.1-alpha2": "9.4.1-alpha2",
184
+ "9.4.1-alpha3": "9.4.1-alpha3"
185
}
0 commit comments