This repository is designed for ITB students who are interested in gaining knowledge about procedural (Python) and functional (Haskell) programming paradigms.
- Open Windows Powershell (non-admin) and ensure the antivirus or firewall is deactivated.
- Copy the command from this link.
- Just use the default installation (just click enter until there's no option)
- Wait for a moment.
- Congrats, your HaHaHaskell is installed.
- Firstly, install Chocolatey as admin in Powershell.
- Rerun the administrative Powershell.
- Run
choco install haskell-dev. - Use default installation (click enter until no option)
- Wait for a moment.
- If finished, try to run
ghci -V.
Muhammad Fathur Rizky [19623149]