Skip to content
Snippets Groups Projects
Commit caa9ecb3 authored by Ashley Yakeley's avatar Ashley Yakeley
Browse files

fullcheck.ps1: fix GHC versions

parent be701281
No related branches found
Tags 1.12.1
No related merge requests found
......@@ -11,7 +11,7 @@ if (!$?) {Exit 1}
if (!$?) {Exit 1}
& "ghcup" "set" "cabal" "latest"
if (!$?) {Exit 1}
ForEach ($c in "ghc-8.8.4","ghc-8.10.7","ghc-9.0.1")
ForEach ($c in "8.8.4","8.10.7","9.0.1")
{
& "ghcup" "install" "ghc" "$c"
if (!$?) {Exit 1}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment