Skip to content

Commit 54202a7

Browse files
committed
ghc.json fix
1 parent 5e844ef commit 54202a7

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

public/version-aliases/ghc.json

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -166,12 +166,19 @@
166166
"9.0.1-alpha1": "9.0.1-alpha1",
167167
"9.0": "9.0.2",
168168
"9.0.1": "9.0.1",
169-
"9": "9.2.2",
170-
"9.x": "9.2.2",
171-
"9.x.x": "9.2.2",
169+
"9": "9.2.3",
170+
"9.x": "9.2.3",
171+
"9.x.x": "9.2.3",
172172
"9.0.x": "9.0.2",
173173
"9.0.2": "9.0.2",
174174
"9.2.1-alpha1": "9.2.1-alpha1",
175-
"9.2": "9.2.1-alpha2",
176-
"9.2.1-alpha2": "9.2.1-alpha2"
177-
}
175+
"9.2": "9.2.3",
176+
"9.2.1-alpha2": "9.2.1-alpha2",
177+
"9.2.1": "9.2.1",
178+
"9.2.x": "9.2.3",
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"
184+
}

0 commit comments

Comments
 (0)