2019-03-22 04:35:15 +00:00
<!DOCTYPE html>
< html >
< head >
< meta charset = "utf-8" >
< title > ghcup - The Haskell (GHC) toolchain installer< / title >
< meta name = "keywords" content = "Haskell, Haskell programming language, ghc, ghcup" >
< meta name = "description" content = "The Haskell (GHC) toolchain installer" >
< link rel = "stylesheet" href = "normalize.css" >
< link rel = "stylesheet" href = "ghcup.css" >
< / head >
< body id = "idx" >
< script id = 'html-content' type = "text/html" >
< a id = "platform-button" style = "display: none;" href = "#" >
click or press "n" to cycle platforms
< / a >
< p id = "pitch" >
< em > ghcup< / em > is an installer for< br / >
the general purpose language < a href = "https://www.haskell.org/" > Haskell< / a >
< / p >
2019-03-23 03:23:28 +00:00
< div id = "platform-instructions-linux" class = "instructions" style = "display: none;" >
2019-08-15 03:17:38 +00:00
< p > Run the following in your terminal (as a user other than root), then follow the onscreen instructions.< / p >
< pre > < span class = 'ghcup-command' > curl https://get-ghcup.haskell.org -sSf | sh< / span > < / pre >
2019-05-24 08:22:40 +00:00
< p class = "other-help" > If you don't like curl | sh, see < a href = "https://gitlab.haskell.org/haskell/ghcup/blob/master/README.md#manual-install" > other installation methods< / a > .< br / > You appear to be running Linux. If not, < a class = "default-platform-button" href = "#" > display all supported installers< / a > .< / p >
2019-03-23 03:23:28 +00:00
< / div >
< div id = "platform-instructions-mac" class = "instructions" style = "display: none;" >
2019-08-15 03:17:38 +00:00
< p > Run the following in your terminal (as a user other than root), then follow the onscreen instructions.< / p >
< pre > < span class = 'ghcup-command' > curl https://get-ghcup.haskell.org -sSf | sh< / span > < / pre >
2019-05-24 08:22:40 +00:00
< p class = "other-help" > If you don't like curl | sh, see < a href = "https://gitlab.haskell.org/haskell/ghcup/blob/master/README.md#manual-install" > other installation methods< / a > .< br / > You appear to be running macOS. If not, < a class = "default-platform-button" href = "#" > display all supported installers< / a > .< / p >
2019-03-23 03:23:28 +00:00
< / div >
< div id = "platform-instructions-freebsd" class = "instructions" style = "display: none;" >
2019-08-15 03:17:38 +00:00
< p > Run the following in your terminal (as a user other than root), then follow the onscreen instructions.< / p >
< pre > < span class = 'ghcup-command' > curl https://get-ghcup.haskell.org -sSf | sh< / span > < / pre >
2019-05-24 08:22:40 +00:00
< p class = "other-help" > If you don't like curl | sh, see < a href = "https://gitlab.haskell.org/haskell/ghcup/blob/master/README.md#manual-install" > other installation methods< / a > .< br / > You appear to be running FreeBSD. If not, < a class = "default-platform-button" href = "#" > display all supported installers< / a > .< / p >
2019-03-22 04:35:15 +00:00
< / div >
< div id = "platform-instructions-win32" class = "instructions" >
< p >
To install Haskell, follow the instructions on
< a class = "windows-download" href = "https://www.haskell.org/platform/#windows" > Haskell Platform< / a >
< / p >
2019-03-23 03:44:05 +00:00
< p class = "other-help" > You appear to be running Windows 32-bit. If not, < a class = "default-platform-button" href = "#" > display all supported installers< / a > .< / p >
2019-03-22 04:35:15 +00:00
< / div >
< div id = "platform-instructions-win64" class = "instructions" style = "display: none;" >
< p >
To install Haskell, follow the instructions on
< a class = "windows-download" href = "https://www.haskell.org/platform/#windows" > Haskell Platform< / a >
< / p >
2019-03-23 03:44:05 +00:00
< p class = "other-help" > You appear to be running Windows 64-bit. If not, < a class = "default-platform-button" href = "#" > display all supported installers< / a > .< / p >
2019-03-22 04:35:15 +00:00
< / div >
< div id = "platform-instructions-unknown" class = "instructions" style = "display: none;" >
<!-- unrecognized platform: ask for help -->
< p > I don't recognize your platform.< / p >
< p >
2019-03-24 18:26:46 +00:00
ghcup runs on Linux, macOS and FreeBSD. If
2019-03-22 04:35:15 +00:00
you are on one of these platforms and are seeing this then please
2019-05-24 08:22:40 +00:00
< a href = "https://gitlab.haskell.org/haskell/ghcup/issues" > report an issue< / a > ,
2019-03-22 04:35:15 +00:00
along with the following values:
< / p >
< div >
< div > navigator.platform:< / div >
< div id = "nav-plat" > < / div >
< div > navigator.appVersion:< / div >
< div id = "nav-app" > < / div >
< / div >
<!-- duplicate the default cross - platform instructions -->
< div >
2019-08-15 03:17:38 +00:00
< p > If you are running Linux, macOS or FreeBSD,< br / > run the following in your terminal (as a user other than root), then follow the onscreen instructions.< / p >
< pre > < span class = 'ghcup-command' > curl https://get-ghcup.haskell.org -sSf | sh< / span > < / pre >
2019-05-24 08:22:40 +00:00
< p class = "other-help" > If you don't like curl | sh, see < a href = "https://gitlab.haskell.org/haskell/ghcup/blob/master/README.md#manual-install" > other installation methods< / a > .< / p >
2019-03-22 04:35:15 +00:00
< / div >
< hr / >
< div >
< p >
If you are running Windows,< br / > follow the instructions on
< a class = "windows-download" href = "https://www.haskell.org/platform/#windows" > Haskell Platform< / a >
< / p >
< / div >
< / div >
< div id = "platform-instructions-default" class = "instructions" >
< div >
2019-03-24 18:26:46 +00:00
< p > To install Haskell, if you are running Linux, macOS or FreeBSD,< br / > run the following
2019-08-15 03:17:38 +00:00
in your terminal (as a user other than root), then follow the onscreen instructions.< / p >
< pre > < span class = 'ghcup-command' > curl https://get-ghcup.haskell.org -sSf | sh< / span > < / pre >
2019-05-24 08:22:40 +00:00
< p class = "other-help" > If you don't like curl | sh, see < a href = "https://gitlab.haskell.org/haskell/ghcup/blob/master/README.md#manual-install" > other installation methods< / a > .< / p >
2019-03-22 04:35:15 +00:00
< / div >
< hr / >
< div >
< p >
If you are running Windows,< br / > follow the instructions on
< a class = "windows-download" href = "https://www.haskell.org/platform/#windows" > Haskell Platform< / a >
< / p >
< / div >
< / div >
< p >
Need help? < a href = "http://webchat.freenode.net/?randomnick=1&channels=%23haskell&uio=d4" > Ask on #haskell< / a > .
< / p >
< p id = "about" >
< img src = "haskell-logo.svg" alt = "" / >
ghcup is a haskell.org hosted project.
< br / >
< a href = "https://www.haskell.org/downloads/" > other installation options< / a >
·
2019-05-24 08:22:40 +00:00
< a href = "https://gitlab.haskell.org/haskell/ghcup" > about ghcup< / a >
2019-03-22 04:35:15 +00:00
·
< a href = "https://github.com/rust-lang/rustup.rs/tree/master/www" > web design from rustup< / a >
< / p >
< / script >
< script >
document.write(document.getElementById("html-content").innerHTML);
< / script >
< script type = "text/javascript" src = "ghcup.js" > < / script >
< noscript >
< p id = "pitch" >
< em > ghcup< / em > is an installer for< br / >
the general purpose language < a href = "https://www.haskell.org/" > Haskell< / a >
< / p >
< div id = "platform-instructions-default" class = "instructions" >
< div >
2019-03-24 18:26:46 +00:00
< p > To install Haskell, if you are running Linux, macOS or FreeBSD,< br / > run the following
2019-08-15 03:17:38 +00:00
in your terminal (as a user other than root), then follow the onscreen instructions.< / p >
< pre > < span class = 'ghcup-command' > curl https://get-ghcup.haskell.org -sSf | sh< / span > < / pre >
2019-05-24 08:22:40 +00:00
< p class = "other-help" > If you don't like curl | sh, see < a href = "https://gitlab.haskell.org/haskell/ghcup/blob/master/README.md#manual-install" > other installation methods< / a > .< / p >
2019-03-22 04:35:15 +00:00
< / div >
< hr / >
< div >
< p >
If you are running Windows,< br / > follow the instructions on
< a class = "windows-download" href = "https://www.haskell.org/platform/#windows" > Haskell Platform< / a >
< / p >
< / div >
< / div >
< p >
Need help? < a href = "http://webchat.freenode.net/?randomnick=1&channels=%23haskell&uio=d4" > Ask on #haskell< / a > .
< / p >
< p id = "about" >
< img src = "haskell-logo.svg" alt = "" / >
ghcup is a haskell.org hosted project.
< br / >
< a href = "https://www.haskell.org/downloads/" > other installation options< / a >
·
2019-05-24 08:22:40 +00:00
< a href = "https://gitlab.haskell.org/haskell/ghcup" > about ghcup< / a >
2019-03-22 04:35:15 +00:00
·
< a href = "https://github.com/rust-lang/rustup.rs/tree/master/www" > web design from rustup< / a >
< / p >
< / noscript >
< / body >
< / html >