Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • GHC GHC
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 4,826
    • Issues 4,826
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 440
    • Merge requests 440
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Glasgow Haskell Compiler
  • GHCGHC
  • Issues
  • #16445

Closed
Open
Created Mar 15, 2019 by Alec Theriault@harpocratesDeveloper

GHC 8.6.4 Haddocks don't have source links

Usually, binary distributions include Haddock documentation pages for all the bundled libraries with source links (the sources have historically been generated with HsColour, although with Hadrian binary dists we've moved to using Haddock's own Hyperlinker backend). It looks like 8.6.4 bindists are missing the source links and files altogether:

$ l ~/.ghcup/ghc/8.6.4/share/doc/ghc-8.6.4/html/libraries/base-4.12.0.0/src
ls: /Users/atheriault/.ghcup/ghc/8.6.4/share/doc/ghc-8.6.4/html/libraries/base-4.12.0.0/src: No such file or directory
$ l ~/.ghcup/ghc/8.6.3/share/doc/ghc-8.6.3/html/libraries/base-4.12.0.0/src
total 21400
drwxr-xr-x  240 atheriault  staff   8.0K Dec 14 08:30 .
drwxr-xr-x  231 atheriault  staff   7.7K Dec 14 08:30 ..
-rw-r--r--    1 atheriault  staff    26K Dec 14 08:30 Control-Applicative.html
-rw-r--r--    1 atheriault  staff    68K Dec 14 08:30 Control-Arrow.html
-rw-r--r--    1 atheriault  staff    11K Dec 14 08:30 Control-Category.html
-rw-r--r--    1 atheriault  staff    19K Dec 14 08:30 Control-Concurrent-Chan.html
...
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking