mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-02-02 22:30:24 +01:00
Address minor problems with download page #93
This commit is contained in:
parent
7f26cc26a9
commit
cdd059d9eb
@ -32,6 +32,7 @@ currentlySupported _ = False
|
|||||||
|
|
||||||
getDownloadR :: Handler Html
|
getDownloadR :: Handler Html
|
||||||
getDownloadR = defaultLayout $ do
|
getDownloadR = defaultLayout $ do
|
||||||
|
setTitle "Download"
|
||||||
$(widgetFile "download")
|
$(widgetFile "download")
|
||||||
|
|
||||||
ltsMajorVersions :: Handler [Lts]
|
ltsMajorVersions :: Handler [Lts]
|
||||||
|
|||||||
@ -4,8 +4,8 @@
|
|||||||
<p>More operating systems and architectures will be supported upon official release.
|
<p>More operating systems and architectures will be supported upon official release.
|
||||||
|
|
||||||
<h1>Download
|
<h1>Download
|
||||||
$forall (arch, exe) <- downloadCandidates
|
<ul .downloads>
|
||||||
<ul .downloads>
|
$forall (arch, exe) <- downloadCandidates
|
||||||
$if currentlySupported arch
|
$if currentlySupported arch
|
||||||
<li>
|
<li>
|
||||||
#{toPathPiece arch}:
|
#{toPathPiece arch}:
|
||||||
@ -19,3 +19,7 @@ $forall (arch, exe) <- downloadCandidates
|
|||||||
<code>~/.stackage/environment/$group/$group-$version/bin/
|
<code>~/.stackage/environment/$group/$group-$version/bin/
|
||||||
<p>For example, ghc, ghc-pkg, haddock, etc for ghc-7.8.4 are installed here:
|
<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/
|
<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