[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 <[email protected]>
This commit is contained in:
co-authored by
Nikita Bykov
parent
c881c3cab7
commit
2c96d280ed
@@ -17,6 +17,10 @@ Describe "Haskell" {
|
||||
"$GHCPath --version" | Should -ReturnZeroExitCode
|
||||
}
|
||||
|
||||
It "GHCup" {
|
||||
"ghcup --version" | Should -ReturnZeroExitCode
|
||||
}
|
||||
|
||||
It "Default GHC" {
|
||||
"ghc --version" | Should -ReturnZeroExitCode
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user