Skip to content

Commit ab23e2b

Browse files
cabal2nix: add missing entries to changelog
1 parent 26e5dba commit ab23e2b

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

cabal2nix/CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,18 @@
44

55
* In expressions generated by `cabal2nix --shell`, use the `inNixShell`
66
function argument instead of `pkgs.lib.inNixShell`. Note that this
7-
requires [Nix 2.4 or later](https://github.com/NixOS/nix/pull/3168).
7+
requires [Nix 2.4 or later](https://github.com/NixOS/nix/pull/3168)
8+
or Lix.
89

9-
Note that this only works correctly if the generated expression is
10+
_Warning_: This only works correctly if the generated expression is
1011
the top level expression. If you want to use a wrapper expression,
1112
make sure it has an `inNixShell` argument and pass that through
1213
to the generated one.
14+
* Added library name mappings for various packages.
15+
* Removed library name mappings for `pkgs.webkitgtk_4_0`, `pkgs.opencv3`
16+
and `pkgs.devil` all of which have been removed from Nixpkgs for 25.11.
17+
* Removed expression post processing hooks for `pandoc`, `pandoc-citeproc`,
18+
`liquid-fixpoint` and `GlomeVec`.
1319

1420
## 2.20.1
1521

0 commit comments

Comments
 (0)