hackage-server
hackage-server copied to clipboard
Hackage-Server: A Haskell Package Repository
The text-icu dep is just needed for some encoding stuff that can be done in pure haskell, and snowball can easily be modified to not use it. Since it causes...
This pull request implements issue #668 as an GSoC project, mentored by @gbaz. It adds an indicator for each package version with a working doc. It looks like this, where...
This pr addresses #704 as a gsoc project mentored by @gbaz. It adds searchbox metadata on the main page, which links to package search.
This PR adresses @gbaz's comment > I merged in preperation for a redeploy, but noticed in testing that the list of pixels already created did not show up properly >...
Some gadgets we can get if we expose more structured data are listed here: https://developers.google.com/search/docs/guides/search-gallery
This pr resolves #1112 as a gsoc project mentored by @gbaz.
The Hackage website's yellowish "synopsis" css menu is broken on my browser. That is, it fails to scroll me up or down to the target href while also intercepting page...
`cabal outdated` (2022-07-21): - [ ] HTTP >=4000.3.16 && =2.0.3.0 && =1.0 && =1.3 && =0.19 && =1.2.5.0 && =0.5 && =0.12 &&
This is #723, but rebased and rewritten to use PackageNames in its Graph instead of PackageIdentifiers. It also includes tests and a benchmark. I have changed various page names to...
As seen at https://hackage.haskell.org/packages/search No results are shown when hitting `Search`. The console says: ``` SyntaxError: bad method definition browse.js:10:2 ``` Used to work fine months ago.