hackage-server icon indicating copy to clipboard operation
hackage-server copied to clipboard

Hackage-Server: A Haskell Package Repository

Results 221 hackage-server issues
Sort by recently updated
recently updated
newest added

Blocked by: - [x] https://github.com/acid-state/safecopy/issues/88 - [ ] https://github.com/haskell/haddock/issues/1507

Now that cabal 3.8 has been released and multi-lib packages are no longer experimental, my understanding is that it is planned to update Hackage to accept multi-lib (with publicly visible...

Hey, I noticed that pressing 's' to search `base` doesn't seem to work anymore. Is that a `hackage-server` issue, or perhaps a `haddock` issue, or something else? Thanks :)

This PR is for implementing #986 as an GSoC project. Mentored by @gbaz . I will correct the error I made in the change.

New accounts are telling us what package they'd like to upload, which is good, but then they're emailing us cabal sdists, which is less good.

This pr is based on #622 as a gsoc project mentored by @gbaz. It just basically adds a user interface. Screenshot: ![6](https://user-images.githubusercontent.com/42169770/180268735-1fe66cfc-1995-4e39-bef3-43cd69d9d584.png)

This would make it easier to discover and fix missing-docs issues in a timely manner.

enhancement
help wanted

When browsing the versions of a package, if the currently viewed package is deprecated, there should be a warning (similar to the warning for entirely deprecated packages).

good first issue
component: ux
potential gsoc

Some tests are prohibitive to run on hackage, or require special resources or packages not available. It would be nice to allow maintainers to choose to opt out of such...

enhancement
component: build reports
status: pr welcome
potential gsoc

This pr addresses #1036 as a gsoc project mentored by @gbaz.