hackage-server
hackage-server copied to clipboard
Hackage-Server: A Haskell Package Repository
Whatever software is behind currently seems not to be working - I've tested from my office desktop machine browser, from a cloud VM I have access to in Singapore, and...
It appears that the documentation for a candidate release of one my projects is not being generated and no build report is being generated. Here is a link to the...
In `Distribution.Server.Features`, the definition of `browseFeature` is enclosed in a `#ifndef MINIMAL`/`#endif` block: https://github.com/haskell/hackage-server/blob/c9952843dcdb02df7ef965c0368923f37af2f326/src/Distribution/Server/Features.hs#L346-L353 But below its usage isn't. https://github.com/haskell/hackage-server/blob/c9952843dcdb02df7ef965c0368923f37af2f326/src/Distribution/Server/Features.hs#L406-L408 I've not really tested it myself, but I think if...
* Actions: view https://hackage.haskell.org/mirrors.json * Expected: `signed.expires` field will be in the future * Actual: it's in the past, specifically yesterday This is resulting in bug reports from users of...
Closes https://github.com/haskell/hackage-server/issues/1007 https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme Some of the foreground and background colors are simply swapped. ~`href` colors should probably be brightened.~ Opinions appreciated. Preview: https://github.com/haskell/hackage-server/pull/1008#issuecomment-1138132085
Let's talk about package index pages; you know, the thing you see when you navigate to a package page like https://hackage.haskell.org/package/time Currently, Hackage duplicates the algorithm for rendering a module...
See #748. This removes the search engine code in favour of the `full-text-search` package (which was derived from the Hackage codebase originally, so is almost exactly compatible). This is a...
When running `cabal haddock --haddock-for-hackage` it results in a `.tar.gz` file being created. But trying to upload it (chrome, firefox) I'm getting the error: > Unexpected content-type > For this...
Has there been any thought given to namespacing packages, i.e. listed under an organisation or user. For example `servant/client` and `servant/server` rather than everything living in a global namespace? No...
My newly uploaded executable `hackage-cli` has the "Documentation available" banner up, but "Build failed" and I didn't upload documentation manually. So in fact, there is no documentation (module list is...