Skip to content

Conversation

@gbaz
Copy link
Contributor

@gbaz gbaz commented Jan 10, 2026

No description provided.

dependabot bot and others added 30 commits May 17, 2025 09:34
Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from 15 to 16.
- [Release notes](https://github.com/cachix/cachix-action/releases)
- [Commits](cachix/cachix-action@v15...v16)

---
updated-dependencies:
- dependency-name: cachix/cachix-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 30 to 31.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](cachix/install-nix-action@v30...v31)

---
updated-dependencies:
- dependency-name: cachix/install-nix-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
* Bump to Cabal 3.14 and GHC 9.12

* Temporarily switch off other workflows than Haskell CI

* Haskell CI: allow older transformers

* Drop GHC 9.4 and lower

* Warning flags -W... rather than -fwarn...

* Bump doctest-parallel

* Revert "Temporarily switch off other workflows than Haskell CI"

This reverts commit 016598f.

* update Nix Flake for Cabal 3.14

* disable fail fast for Nix Flake GitHub Action

* disuse `haskell-updates`

* Bump doctest-parallel to >= 0.4 (needed for Cabal 3.14)

---------

Co-authored-by: Peter Becich <[email protected]>
`nix flake update`
* one job for `nix develop` and related
* one job for building Hackage binary with `nix build`

to avoid GitHub Action resource limit
divide Nix Flake GitHub Action into smaller jobs
Adjust README to user content domain addition
use NixPkgs `haskell-updates` branch
Also documents what is documented in Cabal's documentation about what Hackage will accept and reject regarding 'the ASCII subset'. See the note at https://cabal.readthedocs.io/en/stable/cabal-package-description-file.html#package-properties
Document effect of PR #761 (2018-06-25)
The previous code rendered the contents of the hyperlink to a string of
HTML before embedding it into the anchor element, which caused inner
HTML elements to appear escaped in the final document. Embedding the
contents directly without rendering them results in no escaping.
Fix hyperlink rendering in package description
…-nix-store

use nothing-but-nix to give GitHub Action more disk
This passes:
```
cabal build lib:hackage-server --ghc-options=-Werror=unused-packages
cabal build all --enable-tests --enable-benchmarks
```
gbaz and others added 29 commits September 30, 2025 11:35
Reduce max-age to 1 minute for tarballs
Set Content-Length for permanent redirection
…-visibility

Fix: Filter out private internal libraries from package pages
visibility can be a part of CondTree, e. g.,

```haskell
library foo-internal
  if flag(foo)
    visibility: public
  else
    visibility: private
```

See #1437 (comment)
Fix: Filter out private internal libraries from package pages
…ired-flags

Fix Nix Flake for the new required flags
- allow license exceptions by default – specific ones can be added to a
  reject list (fixes #1440)
- allow `+` licenses
- report the portion of the license that is unacceptable in the error
  message (improves #710, but could be more explicit about why licenses are rejected)
- extract the constant allow/reject lists from the evaluation function
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v5...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Accept all known-good `quick-jump.min.js` and `quick-jump.css`
hashes.  This function also partitions the check by path: only the
js or css hash list is checked (whichever is relevant).

A modest refactor makes the code a bit easier to follow and makes it
easy to add hash checks for oher paths in the future, if needed.
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v4...v5)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
This reverts commit 113d4df.

Fixes #1439 by removing the bad link altogether.
Since GHC 7.10 Typeable is derived automatically.
This prevents potential file descriptor exhaustion issues.
Tests for creating/retrieving metadata revisions, remove broken alternative revision path
…ns/cache-5

Bump actions/cache from 4 to 5
Change license acceptance criteria
@gbaz gbaz merged commit 0ad6b65 into central-server Jan 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.