84 Forks
342 Stars
342 Watchers

How to download and setup Haskell

Open terminal and run command
git clone https://github.com/TheAlgorithms/Haskell.git
git clone is used to create a copy or clone of Haskell repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with Haskell https://github.com/TheAlgorithms/Haskell/archive/master.zip

Or simply clone Haskell with SSH
[email protected]:TheAlgorithms/Haskell.git

If you have some problems with Haskell

You may open issue on Haskell support forum (system) here: https://github.com/TheAlgorithms/Haskell/issues