Resolver 2.17

This commit is contained in:
Michael Snoyman 2015-08-13 11:33:47 +03:00
parent 2d90945853
commit 1e54d46414
2 changed files with 1 additions and 26 deletions

View File

@ -2,4 +2,4 @@ packages:
- .
extra-deps:
- stackage-metadata-0.3.0.0
resolver: lts-2.9
resolver: lts-2.17

View File

@ -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