Skip to content
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

cabal2nix: update changelog #648

Merged
merged 1 commit into from
Feb 12, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 19 additions & 1 deletion cabal2nix/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,26 @@

## Unreleased

* `hackage2nix` now defaults internally to a utf-8 locale ignoring enviroment
* `cabal2nix` now [prints the commands it runs when fetching sources](https://github.com/nixOS/cabal2nix/commit/5327953d299eba0b6de4e88bacf4bba9022bb5e2).
* `hackage2nix` now defaults internally to an utf-8 locale, ignoring enviroment
variables.
* `cabal2nix` now exclusively uses the new
[plural testTargets](https://github.com/NixOS/nixpkgs/pull/306283)
argument.
* This is an **API breaking change**: `_testTarget` was removed in
favor of `_testTargets`.
* Expressions using `_testTargets` will only work with
Nixpkgs 24.11, 25.05 or newer.
<!-- TODO(@sternenseemann): add merge date of the PR for unstable -->
* Remove `_enableSplitObjs` from `Derivation` since it [hasn't been
supported by Nixpkgs in a while](https://github.com/nixOS/nixpkgs/commit/a62b24be6d650757deb8fe222763f436a53650ff),
**API breaking change**.
* Added and updated various library name to Nixpkgs attribute name mappings.
* Dropped/reduced post-processing hooks for
* `pandoc`
* `git-annex`
* `haddock`
* `tz`

## 2.19.1

Expand Down
Loading