mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-12 04:08:29 +01:00
Resolver 2.17
This commit is contained in:
parent
2d90945853
commit
1e54d46414
@ -2,4 +2,4 @@ packages:
|
||||
- .
|
||||
extra-deps:
|
||||
- stackage-metadata-0.3.0.0
|
||||
resolver: lts-2.9
|
||||
resolver: lts-2.17
|
||||
|
||||
@ -1,25 +0,0 @@
|
||||
<h1>Warning: pre-release
|
||||
|
||||
<p>The following executable is considered experimental.
|
||||
<p>More operating systems and architectures will be supported upon official release.
|
||||
|
||||
<h1>Download
|
||||
<ul .downloads>
|
||||
$forall (arch, exe) <- downloadCandidates
|
||||
$if currentlySupported arch
|
||||
<li>
|
||||
#{toPathPiece arch}:
|
||||
<a href=#{executableLink arch exe}>
|
||||
#{toPathPiece exe}
|
||||
|
||||
<h1>What is stackage-setup?
|
||||
|
||||
<p>The stackage-setup executable is an easy way to download and set up the basic executables needed for developing Haskell.
|
||||
<p>After running stackage-setup, You can find these executables in:
|
||||
<code>~/.stackage/environment/$group/$group-$version/bin/
|
||||
<p>For example, ghc, ghc-pkg, haddock, etc for ghc-7.8.4 are installed here:
|
||||
<code>~/.stackage/environment/ghc/ghc-7.8.4/bin/
|
||||
|
||||
<h1>More information on github
|
||||
<a href="https://github.com/fpco/stackage-cli">
|
||||
https://github.com/fpco/stackage-cli
|
||||
Loading…
Reference in New Issue
Block a user