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

E.g. see https://hackage.haskell.org/package/regex-tdfa-unittest This has bad punctuation. Also, I think this information should be more prominent, e.g. printed in __bold__ and/or red.

This pr resolves #592 as a gsoc project mentored by @gbaz. It devides the sitemap into 50000-url parts. Moreover, It add all the html files in the doc tarball to...

This pull request implements issue #637 as a gsoc project mentored by @gbaz. It displays hackage maintainers in Maintainer's Corner, on both package and candidate pages. Looks like this: ![4](https://user-images.githubusercontent.com/42169770/178150654-17ece2b9-2018-4f8b-917b-59c0ff6039de.png)

Initially brought up in https://github.com/haskell/cabal/issues/6066. Basically: modules that are re-exported currently aren't linked in the Hackage listing of modules in a package. Example: https://hackage.haskell.org/package/ghcjs-dom-0.9.4.0.

component: ux
help wanted

This pr implements #961 as a gsoc project mentored by @gbaz.

I recently updated my package and the [build log](https://hackage.haskell.org/package/rrb-vector-0.1.1.0/reports/1) says "Tests Failed" without showing any log of what exactly went wrong. The test suite passes locally for me (using the...

component: build reports
component: ux
status: pr welcome
potential gsoc

This pr implements #1090 as a gsoc project mentored by @gbaz. Looks like this: ![5](https://user-images.githubusercontent.com/42169770/178233678-b3b1ce29-aabd-4208-bfb7-201ed6d615ad.png) Note: - This pr depends on the haskell package `gd`, which in turn requires some...

Arxiv or lobste.rs style -- as suggested by chris martin on twitter. Draft workflow: once someone registers an account they get a magic link that they can send to two...

The reg page is getting hit with bots (they're not confirming the account, but it is placing load we don't want on our mailing system). We should add a simple...

enhancement
status: pr welcome
potential gsoc

In Hoogle, if you search for `FunBind` the first result links to https://hackage.haskell.org/package/ghc/docs/Language-Haskell-Syntax-Binds.html#v:FunBind. The URL https://hackage.haskell.org/package/ghc takes me to GHC 9.2.3, which is the second-latest version, as the subsequent ghc-9.2.3.20220620...