hackage-server
hackage-server copied to clipboard
Hackage-Server: A Haskell Package Repository
Currently, when viewing the JSON representation of a deprecated release like https://hackage.haskell.org/package/accelerate-cuda-0.15.1.1.json, there is no marker that the release has been deprecated, despite the fact that the package JSON will...
I have an internal hackage-server running, which is deployed with a http based health checker that does a GET request to `/` to see whether it's up. The hackage-server was...
This pr adresses #981 as a gsoc project mentored by @gbaz.  
This helps some projects to keep support for this architecture (for example: https://github.com/haskell-primitive/primitive-unaligned/commit/2a8ec3167e9cabb520884a7e963ec6bc733983d6)
In Edge on my machine, Hackage currently renders like this below (a long list of content; no 'structured' page, as in the past; no left-hand padding between the browser frame...
pkgsrc has packaged quite a number of haskell packages. It would be nice to get links in the Distributions section for them. www.pkgsrc.org Repository mirrored at https://github.com/NetBSD/pkgsrc/ most packages have...
I tried to build the code obtained via `cabal get hackage-server`. It has no build plan for GHC 7.10, 8.x, 9.x. Maybe time to release `hackage-server` to hackage at some...
This pr resolves #372 as a gsoc project mentored by @gbaz. It also colors the warning in red to make it stand out.
This allows the testing of quick jump for a candidate.
It seems the quick jump feature never made it to the candidates page which makes it hard to debug issues to do with quick-jump such as https://gitlab.haskell.org/ghc/ghc/-/issues/21984