haskellPackages.currencies: Unbroken

The build is broken because the package hasn't been updated for text >= 2 yet
This commit is contained in:
Marc Scholten 2024-04-07 11:53:19 +02:00
parent dd538d227e
commit 4fd42c86fa
3 changed files with 3 additions and 2 deletions

View File

@ -3061,4 +3061,7 @@ self: super: {
tasty = super.tasty_1_5;
tasty-quickcheck = super.tasty-quickcheck_0_10_3;
});
# Too strict bounds on text. Can be removed after https://github.com/alx741/currencies/pull/3 is merged
currencies = doJailbreak super.currencies;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super

View File

@ -1082,7 +1082,6 @@ broken-packages:
- curl-aeson # failure in job https://hydra.nixos.org/build/233210106 at 2023-09-02
- curl-runnings # failure in job https://hydra.nixos.org/build/233258680 at 2023-09-02
- curly-expander # failure in job https://hydra.nixos.org/build/233250838 at 2023-09-02
- currencies # failure in job https://hydra.nixos.org/build/233216717 at 2023-09-02
- currency-convert # failure in job https://hydra.nixos.org/build/233224509 at 2023-09-02
- curry-base # failure in job https://hydra.nixos.org/build/233246647 at 2023-09-02
- CurryDB # failure in job https://hydra.nixos.org/build/233238995 at 2023-09-02

View File

@ -78929,7 +78929,6 @@ self: {
description = "Currencies representation, pretty printing and conversion";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"currency" = callPackage