178 lines
		
	
	
		
			9.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
		
		
			
		
	
	
			178 lines
		
	
	
		
			9.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
|  | <!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> | ||
|  | 
 | ||
|  |       <div id="platform-instructions-linux" class="instructions" style="display: none;"> | ||
|  |         <p>Run the following in your terminal (as a user other than root), then follow the onscreen instructions.</p> | ||
|  | 		<div class="command-button"><pre><span class='ghcup-command'>curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | sh</span></pre><button class="tooltip" onclick="copyToClipboard()"><img src="copy.svg" alt="" /><span class="tooltiptext">Copy to clipboard</span></button></div> | ||
|  |         <p class="other-help">If you don't like curl | sh, see <a href="https://gitlab.haskell.org/haskell/ghcup-hs#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> | ||
|  |       </div> | ||
|  | 
 | ||
|  |       <div id="platform-instructions-mac" class="instructions" style="display: none;"> | ||
|  |         <p>Run the following in your terminal (as a user other than root), then follow the onscreen instructions.</p> | ||
|  | 		<div class="command-button"><pre><span class='ghcup-command'>curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | sh</span></pre><button class="tooltip" onclick="copyToClipboard()"><img src="copy.svg" alt="" /><span class="tooltiptext">Copy to clipboard</span></button></div> | ||
|  |         <p class="other-help">If you don't like curl | sh, see <a href="https://gitlab.haskell.org/haskell/ghcup-hs#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> | ||
|  |       </div> | ||
|  | 
 | ||
|  |       <div id="platform-instructions-freebsd" class="instructions" style="display: none;"> | ||
|  |         <p>Run the following in your terminal (as a user other than root), then follow the onscreen instructions.</p> | ||
|  | 		<div class="command-button"><pre><span class='ghcup-command'>curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | sh</span></pre><button class="tooltip" onclick="copyToClipboard()"><img src="copy.svg" alt="" /><span class="tooltiptext">Copy to clipboard</span></button></div> | ||
|  |         <p class="other-help">If you don't like curl | sh, see <a href="https://gitlab.haskell.org/haskell/ghcup-hs#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> | ||
|  |       </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> | ||
|  |         <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> | ||
|  |       </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> | ||
|  |         <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> | ||
|  |       </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> | ||
|  |           ghcup runs on Linux, macOS and FreeBSD. If | ||
|  |           you are on one of these platforms and are seeing this then please | ||
|  |           <a href="https://gitlab.haskell.org/haskell/ghcup-hs/issues">report an issue</a>, | ||
|  |           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> | ||
|  |           <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> | ||
|  | 		  <div class="command-button"><pre><span class='ghcup-command'>curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | sh</span></pre><button class="tooltip" onclick="copyToClipboard()"><img src="copy.svg" alt="" /><span class="tooltiptext">Copy to clipboard</span></button></div> | ||
|  |           <p class="other-help">If you don't like curl | sh, see <a href="https://gitlab.haskell.org/haskell/ghcup-hs#manual-install">other installation methods</a>.</p> | ||
|  |         </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> | ||
|  |           <p>To install Haskell, 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> | ||
|  | 		  <div class="command-button"><pre><span class='ghcup-command'>curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | sh</span></pre><button class="tooltip" onclick="copyToClipboard()"><img src="copy.svg" alt="" /><span class="tooltiptext">Copy to clipboard</span></button></div> | ||
|  |           <p class="other-help">If you don't like curl | sh, see <a href="https://gitlab.haskell.org/haskell/ghcup-hs#manual-install">other installation methods</a>.</p> | ||
|  |         </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> or <a href="https://gitlab.haskell.org/haskell/ghcup-hs/issues">report a bug</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> | ||
|  |          ·  | ||
|  |         <a href="https://gitlab.haskell.org/haskell/ghcup-hs">about ghcup</a> | ||
|  |          ·  | ||
|  |         <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> | ||
|  |           <p>To install Haskell, 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 --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | sh</span></pre> | ||
|  |           <p class="other-help">If you don't like curl | sh, see <a href="https://gitlab.haskell.org/haskell/ghcup-hs#manual-install">other installation methods</a>.</p> | ||
|  |         </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> | ||
|  |          ·  | ||
|  |         <a href="https://gitlab.haskell.org/haskell/ghcup-hs">about ghcup</a> | ||
|  |          ·  | ||
|  |         <a href="https://github.com/rust-lang/rustup.rs/tree/master/www">web design from rustup</a> | ||
|  |       </p> | ||
|  | 
 | ||
|  |     </noscript> | ||
|  |   </body> | ||
|  | </html> |