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

Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from 14 to 15. Release notes Sourced from cachix/cachix-action's releases. cachix-action-v15 What's Changed Pass cachixArgs to the daemon by @​sandydoo in cachix/cachix-action#177 Support path filtering when using the...

re: dependencies

This PR does the minimum changes needed for `Cabal-3.12` (and some cleanup work). Commits: - **Clean cabal.project**: remove some cruft - **Default library (hackage-server) instead of internal library lib-server**: the...

re: Cabal-3.12

When trying to upload a package candidate, both from the hackage GUI and with `cabal upload` I get a `403 Forbidden` ![image](https://github.com/haskell/hackage-server/assets/79963380/ede9f907-6570-4ca7-88d3-1870552acda4) The package candidate I'm trying to upload is...

question

If you go to the bottom of a source page [example](https://hackage.haskell.org/package/ghc-internal-9.1001.0/docs/src/GHC.Internal.Control.Arrow.html) and hover over some of the annotated text then you will notice that the yellow extra information box is...

Hello, My name, Laurent René de Cotret, is mangled on the `https://hackage.haskell.org/user/LaurentRDC` page. See below: ![image](https://github.com/user-attachments/assets/228b2a68-8618-4b65-b28d-4cde32f997b7) I tried changing changing the representation of my name under `https://hackage.haskell.org/user/LaurentRDC/name-contact`, but my name...

I was curious whether Hackage already accepts `cabal-version: 3.12` (a patch was merged two months ago). Luckily there are candidates so I could just try, but it might be nicer...

From https://github.com/xmonad/xmonad-contrib/actions/runs/11110395019/job/30867996415: ``` Downloading index file returned by server too large: /01-index.tar.gz (expected exactly 124425490 bytes) ``` This makes me think it happened to do `cabal update` while someone else...

Continuation of https://github.com/haskell/hackage-server/issues/1007 `prefers-color-scheme` works here: https://hackage.haskell.org/package/timeline-0.1.1.0 It does not work here: https://hackage.haskell.org/package/timeline-0.1.1.0/docs/Data-Timeline-Hedgehog.html I did not cover this here https://github.com/haskell/hackage-server/pull/1008 because it was not clear how `docs` are generated. Would...