Install Stack, GHC and Cabal to Windows Images (#874)

* install stack
* implement logic that gets 3 latest versions of ghc
This commit is contained in:
Dibir Magomedsaygitov
2020-05-15 15:01:45 +03:00
committed by GitHub
parent 89b403d60a
commit 5160bfa626
7 changed files with 196 additions and 1 deletions

View File

@@ -541,6 +541,18 @@
"{{ template_dir }}/scripts/Installers/Install-TypeScript.ps1"
]
},
{
"type": "powershell",
"scripts":[
"{{ template_dir }}/scripts/Installers/Install-Haskell.ps1"
]
},
{
"type": "powershell",
"scripts":[
"{{ template_dir }}/scripts/Installers/Install-Stack.ps1"
]
},
{
"type": "powershell",
"scripts":[
@@ -837,6 +849,18 @@
"{{ template_dir }}/scripts/Installers/Validate-TypeScript.ps1"
]
},
{
"type": "powershell",
"scripts":[
"{{ template_dir }}/scripts/Installers/Validate-Haskell.ps1"
]
},
{
"type": "powershell",
"scripts":[
"{{ template_dir }}/scripts/Installers/Validate-Stack.ps1"
]
},
{
"type": "powershell",
"scripts":[