Skip to content
Snippets Groups Projects

Add ghcup www, design from rustup

Merged Ghost User requested to merge www into master

Already uploaded for testing: https://www.haskell.org/ghcup/

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Created by: gbaz

    Honestly I don't see what it means to say "ghcup is an official Haskell project". Like, haskell.org hosts it now sure, so you could note that. But even ghc isn't an "official Haskell project" -- unlike rust there's no body (including the haskell.org committee) in a position to make such designations :-) Perhaps it could just say "ghcup is hosted by haskell.org".

    Also, I visited from a mac and it said "You appear to be running Unix." Which, I guess, isn't exactly wrong, but nonetheless. It would maybe be better to say "Unix or OS X" or the like?

    And finally, the "other installation options" should link to the downloads page, even though it remains a mess. The platform page now just recommends ghcup for linux (and will probably soon do so for os x) so it'll create a link cycle.

  • Author Contributor

    It would maybe be better to say "Unix or OS X" or the like?

    I find that a bit confusing. It's like guessing :)

    The js code is able to detect this, but what is the value of this distinction? It's a unix-like system, we probably have POSIX and that's all we need to know...

  • Author Contributor

    I also noticed the page looks funny if JS is disabled in the browser.

  • Created by: gbaz

    The js code is able to detect this, but what is the value of this distinction? It's a unix-like system, we probably have POSIX and that's all we need to know...

    Sure its all we need to know, but it would be confusing to many users, who really don't think of OS X as a unix, and hence would be confused by text saying they were running unix, and perhaps think that there was a mistake.

  • Created by: dwijnand

    Maybe just mirror Rustup and say "It looks like you’re running macOS, Linux, or another Unix-like OS." (or keep the "You appear to be running" start).

  • Author Contributor

    Should be all fixed now.

  • Created by: llelf

    Also, I visited from a mac and it said "You appear to be running Unix." Which, I guess, isn't exactly wrong

    Piece of useless esoterica: from all mentioned OS in the commit, Mac OS is the only one that can be called UNIX® (because it's UNIX® certified™).

  • Author Contributor

    @gbaz people have been raising concerns about the visibility of the page https://www.reddit.com/r/haskell/comments/b4kcfg/ghcup_homepage_now_at_haskellorg/ej9karl/?context=3

    At least https://www.haskell.org/platform/#linux-generic should probably point to the new homepage now.

Please register or sign in to reply
Loading