Hackage search gives broken URLs
- Dominant language
- Haskell
- Stars
- 74
- Forks
- 38
- PR merge metrics
- No merged PRs in 30d
Description
Reproduction steps:
1. Go to https://hackage.haskell.org/package/filepath-1.5.2.0
2. Press 's' to search for something, say `takeDirectory`.
3. Click on one of the results.
4. Get 404 because the URL is https://hackage.haskell.org/package/filepath-1.5.2.0/docs//package/template-haskell-2.19.0.0/docs/System-FilePath-Posix.html#v:takeDirectory
Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce the issue at the filepath-1.5.2.0 Hackage page by pressing “s”, searching for `takeDirectory`, and opening a result. Inspect how the result URL is assembled, especially the duplicated `/package/.../docs/` segment. Done means the result opens the intended documentation page instead of returning 404.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- haskell
- Domain
- search
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100