-
Notifications
You must be signed in to change notification settings - Fork 210
master2central jan 2026 #1452
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
master2central jan 2026 #1452
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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`
update Flake
* 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
`nix flake update`
use NixPkgs `haskell-updates` branch
use GHC 9.12 in Nix Flake
`nix flake update`
`nix flake update`
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 flake update`
…-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 ```
Reduce max-age to 1 minute for tarballs
Set Content-Length for permanent redirection
Co-authored-by: nikita-volkov <[email protected]>
Co-authored-by: nikita-volkov <[email protected]>
…-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
`nix flake update`
- 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]>
Since GHC 7.10 Typeable is derived automatically.
Resolves #1430
This prevents potential file descriptor exhaustion issues.
Support tar 0.7
Remove Typeable deriving clauses
Tests for creating/retrieving metadata revisions, remove broken alternative revision path
…ns/cache-5 Bump actions/cache from 4 to 5
accept additional quick-jump hashes
Change license acceptance criteria
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.