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

Hi, Today I noticed that hackage.haskell.org was down for quiet awhile. I wasn't able to use doc packages opened by vscode+HLS. I propose to enable service worker browser caching. This...

As it stands, if I upload a package `X` then the package name `X` will forever point to my package (and its revisions). If I abandon my package and let...

I am a little unhappy about that fact that some deprecated packages that I wrote way back are shown on the new Hackage when I search for "pontarius": http://hackage.haskell.org/packages/search?terms=pontarius The...

As a Hackage trustee, I frequently use [`hackage-cli`](https://github.com/hackage-trustees/hackage-cli) to upload multiple revisions to Hackage. Usually I want to update my package list after the upload and check whether there are...

For frequently used Haskell packages, i like to bookmark the documentation pages. That's why i would like to propose having urls pointing to the newest hackage package documentation version. Currently,...

E.g. on https://hackage.haskell.org/package/tasty-silver-3.3/candidate/docs/Test-Tasty-Silver.html , the top __Contents__ link points to https://hackage.haskell.org/package/tasty-silver-3.3 rather than to https://hackage.haskell.org/package/tasty-silver-3.3/candidate . Note that the other links (Instances, Quick Jump, Source, Index) are correct. So, this...

This is a side-effect of candidates not removed when version is published, so maybe these candidates can be just removed too. E.g. `base` ![Screenshot from 2021-06-22 19-03-12](https://user-images.githubusercontent.com/51087/122960863-824e8c00-d38c-11eb-900e-269ae7d5d5f8.png) ![Screenshot from 2021-06-22...

component: candidates

Context: https://github.com/haskell/hackage-server/issues/40 @gbaz and I talked about exploring the data model and storage design space to store reverse-dependencies. From what I can read in [packdeps](https://github.com/snoyberg/packdeps)' source code (which does an...

I uploaded the candidate `hTags` https://hackage.haskell.org/package/hTags-0.1.5/candidate, but when I try to `--publish` a clash with [htags](https://hackage.haskell.org/package/htags) is reported. I suppose a simple check could prevent such blunders.

good first issue
component: candidates

Hi, We can't upload a package with the license `OtherLicense` anymore: > Invalid package > This server does not accept packages with 'license' field set to e.g. AllRightsReserved. See https://hackage.haskell.org/upload...

High Priority
good first issue
component: upload
help wanted