[Ubuntu] Rework haskell.sh to install Cabal using GHCup (#2636)

* reworked haskell installation

* added comment

* resolved comments and added symlink

* fixed haskell.sh

* update haskell.sh

* update installation

* added error suppressing

* reverted ghc intallation

* added comments

Co-authored-by: Nikita Bykov <v-nibyko@microsoft.com>
This commit is contained in:
Nikita Bykov
2021-02-19 10:20:15 +03:00
committed by GitHub
parent c881c3cab7
commit 2c96d280ed
4 changed files with 30 additions and 7 deletions

View File

@@ -181,6 +181,7 @@ $markdown += New-MDNewLine
$markdown += New-MDHeader "Haskell" -Level 3
$markdown += New-MDList -Style Unordered -Lines (@(
(Get-GHCVersion),
(Get-GHCupVersion),
(Get-CabalVersion),
(Get-StackVersion)
) | Sort-Object