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

Is it possible to add "latest GHC supported" as a ranking factor? Several times I had a very frustrating experience, when I clicked the first search result, assured myself that...

component: ux

When debugging Hackage / Haddock interactions, it would be easier for the parties involved to have access to the command that is run by Hackage in the build log.

component: build reports

Http 2.0 brings a bunch of performance improvements. Notably all resources from a host can be loaded over a single TCP connection which avoids a lot of overhead. Apparently Hackage...

Being able to log out is useful in a number of circumstances e.g. if you're using someone else's computer or if you have several account. Using HTTP Digest (or Basic)...

component: users

I want to upload a package that uses a custom build tool, namely [autoexporter](https://hackage.haskell.org/package/autoexporter). However, apparently there is no way to do it so that the package will be successfully...

component: doc builder
re: build-tools

Hi, I'm experimenting with a private Hackage server at the moment, and I'm struggling to get doc building working. I tried running `hackage-build` locally as `rundocs.sh` does, but I see...

component: doc builder
good first issue

I just had the following minor accident while uploading a new version of lambdabot: I first used `cabal upload` and things looked fine. ``` # cabal upload lambdabot-haskell-plugins/dist/lambdabot-haskell-plugins-5.1.0.2.tar.gz Uploading lambdabot-haskell-plugins/dist/lambdabot-haskell-plugins-5.1.0.2.tar.gz......

component: candidates

e.g. https://hackage.haskell.org/package/basement-0.0.11/revisions/ ``` base:{} >=4.9.0.0 ``` probably the change is `base >= 4.9.0.0`....

I'm trying to upload a package that depends on the [X11](http://hackage.haskell.org/package/X11), and it is failing to build its haddocks on Hackage. I'm not sure why this is since `X11` itself...