haskellPackages.dunai: unbreak

dunai by default depends on transformers <6.0.0. The list-transformer
flag has to be enabled to build against newer versions of transformers.
This commit is contained in:
Alexander Foremny 2024-08-05 15:28:02 +02:00
parent f0f9aaad24
commit a503b3afa1
2 changed files with 3 additions and 1 deletions

View File

@ -19,6 +19,9 @@ in
with haskellLib;
self: super: {
# enable list-transformer, jailbreaking is necessary until next release >0.13.0: https://github.com/ivanperez-keera/dunai/issues/427
dunai = doJailbreak (addBuildDepend self.list-transformer (enableCabalFlag "list-transformer" super.dunai));
# Make sure that Cabal 3.10.* can be built as-is
Cabal_3_10_3_0 = doDistribute (super.Cabal_3_10_3_0.override ({
Cabal-syntax = self.Cabal-syntax_3_10_3_0;

View File

@ -1416,7 +1416,6 @@ broken-packages:
- dumb-cas # failure in job https://hydra.nixos.org/build/252730634 at 2024-03-16
- dump-core # failure in job https://hydra.nixos.org/build/233244428 at 2023-09-02
- dunai-core # failure in job https://hydra.nixos.org/build/233255804 at 2023-09-02
- dunai # failure in job https://hydra.nixos.org/build/252732304 at 2024-03-16
- Dung # failure in job https://hydra.nixos.org/build/233206343 at 2023-09-02
- dupIO # failure in job https://hydra.nixos.org/build/236688265 at 2023-10-04
- duplo # failure in job https://hydra.nixos.org/build/233237341 at 2023-09-02