hackage-server
hackage-server copied to clipboard
Hackage-Server: A Haskell Package Repository
Example page: For each revision there are two links in the leftmost column (at the time of writing). The first is `-r4` (target: ), the second is `aeson-2.2.3.0-r4` (target: )....
[`markdown-unlit`](https://github.com/sol/markdown-unlit#readme) treats Markdown files as Literate Haskell, and it recommends using a README.lhs file symlinked from README.md. The README.lhs will already be included in the package due to it being...
Once a user is marked as deleted, their username becomes free for reuse. However, they still show up in user group listings, and their name links to the user page...
See https://hackage.haskell.org/package/wide-word There are candidates for e.g. 0.1.6.0, 0.1.7.0, 0.1.7.1, 0.1.8.0, 0.1.8.1, which all have releases too. (Maybe the releases are not published, but re-uploaded with `--publish`; but nevertheless, candidates...
Note that this may require more than simply bumping bounds, as there's an API change (sadly, not in the changelog) that avoids running out of file descriptors: see https://github.com/haskell/cabal/pull/11209/files.
https://github.com/haskell/hackage-server/actions/runs/17315560040/job/49157667263#step:3:97 > mv: fastcopy: open() failed (to): /usr/bin/rmz: Read-only file system Upstream issue: - https://github.com/wimpysworld/nothing-but-nix/issues/39 CC @peterbecich
I'm currently trying to create a Nixified Haskell package set using `plan.json`. [This is the approach](https://github.com/bglgwyng/plan2flake/blob/main/flake.nix#L48-L810) I'm taking. I need to make the process of fetching packages from Hackage using...
The test report log contains the actual output emitted by the test-suite in a given Cabal package. The test log only contains the logs of the *build* of the test....
The tables in rendered READMEs on overview sites is unreadable (white on white) with darkmode.
On Hackage, when revising a package metadata, revising a flag from `automatic` to `manual` is permitted, but the reverse is not. Hence, after a mistaken revision from `automatic` to `manual`,...