diff --git a/Handler/Download.hs b/Handler/Download.hs index e9fe7c4..57108f5 100644 --- a/Handler/Download.hs +++ b/Handler/Download.hs @@ -32,6 +32,7 @@ currentlySupported _ = False getDownloadR :: Handler Html getDownloadR = defaultLayout $ do + setTitle "Download" $(widgetFile "download") ltsMajorVersions :: Handler [Lts] diff --git a/templates/download.hamlet b/templates/download.hamlet index 1d0e2c8..9debe1e 100644 --- a/templates/download.hamlet +++ b/templates/download.hamlet @@ -4,8 +4,8 @@
More operating systems and architectures will be supported upon official release.
~/.stackage/environment/$group/$group-$version/bin/
For example, ghc, ghc-pkg, haddock, etc for ghc-7.8.4 are installed here:
~/.stackage/environment/ghc/ghc-7.8.4/bin/
+
+More information on github
+
+ https://github.com/fpco/stackage-cli