mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
haskellPackages.ihp{,-*}: remove overrides
hasql had been updated in the Stackage bump to Nightly, so we can just unmark all of these at the top-level.
This commit is contained in:
parent
6e6ee420cc
commit
a9a7b4af3b
4 changed files with 0 additions and 43 deletions
|
|
@ -3344,35 +3344,3 @@ with haskellLib;
|
|||
];
|
||||
}
|
||||
)
|
||||
|
||||
# 2026-04-01: IHP packages need hasql >= 1.10 (via hasql-mapping).
|
||||
# The scope renames hasql-stack attrs to the 1.10 line and unmarks
|
||||
# hasql-mapping, which only builds against hasql >= 1.10 and so stays
|
||||
# broken at the top level. dontCheck for tests that need a live
|
||||
# PostgreSQL lives in configuration-nix.nix on the versioned attrs.
|
||||
// (
|
||||
let
|
||||
ihpHasqlScope = self: super: {
|
||||
hasql-mapping = doDistribute (unmarkBroken super.hasql-mapping);
|
||||
postgresql-simple-postgresql-types = doDistribute (
|
||||
unmarkBroken super.postgresql-simple-postgresql-types
|
||||
);
|
||||
};
|
||||
|
||||
ihpPackages = [
|
||||
"ihp"
|
||||
"ihp-datasync"
|
||||
"ihp-graphql"
|
||||
"ihp-hspec"
|
||||
"ihp-ide"
|
||||
"ihp-job-dashboard"
|
||||
"ihp-migrate"
|
||||
"ihp-pglistener"
|
||||
"ihp-ssc"
|
||||
"ihp-typed-sql"
|
||||
];
|
||||
in
|
||||
lib.genAttrs ihpPackages (
|
||||
name: haskellLib.doDistribute (haskellLib.unmarkBroken (super.${name}.overrideScope ihpHasqlScope))
|
||||
)
|
||||
)
|
||||
|
|
|
|||
|
|
@ -2627,7 +2627,6 @@ broken-packages:
|
|||
- hasql-explain-tests # failure in job https://hydra.nixos.org/build/233247034 at 2023-09-02
|
||||
- hasql-generate # failure in job https://hydra.nixos.org/build/324107360 at 2026-03-15
|
||||
- hasql-generic # failure in job https://hydra.nixos.org/build/233204654 at 2023-09-02
|
||||
- hasql-mapping # failure in job https://hydra.nixos.org/build/324107379 at 2026-03-15
|
||||
- hasql-migration # failure in job https://hydra.nixos.org/build/295094132 at 2025-04-22
|
||||
- hasql-mover # failure in job https://hydra.nixos.org/build/295094128 at 2025-04-22
|
||||
- hasql-pipes # failure in job https://hydra.nixos.org/build/295094119 at 2025-04-22
|
||||
|
|
@ -3295,7 +3294,6 @@ broken-packages:
|
|||
- ihaskell-parsec # failure in job https://hydra.nixos.org/build/233244271 at 2023-09-02
|
||||
- ihaskell-plot # failure in job https://hydra.nixos.org/build/233255936 at 2023-09-02
|
||||
- ihaskell-widgets # failure in job https://hydra.nixos.org/build/265955663 at 2024-07-14
|
||||
- ihp-pglistener # failure in job https://hydra.nixos.org/build/325267877 at 2026-04-12
|
||||
- illuminate # failure in job https://hydra.nixos.org/build/233219478 at 2023-09-02
|
||||
- image-type # failure in job https://hydra.nixos.org/build/233251466 at 2023-09-02
|
||||
- imagemagick # failure in job https://hydra.nixos.org/build/233598237 at 2023-09-02
|
||||
|
|
@ -4978,7 +4976,6 @@ broken-packages:
|
|||
- postgresql-simple-interval # failure in job https://hydra.nixos.org/build/307611243 at 2025-09-19
|
||||
- postgresql-simple-named # failure in job https://hydra.nixos.org/build/233202481 at 2023-09-02
|
||||
- postgresql-simple-opts # failure in job https://hydra.nixos.org/build/252718901 at 2024-03-16
|
||||
- postgresql-simple-postgresql-types # failure in job https://hydra.nixos.org/build/327522032 at 2026-04-30
|
||||
- postgresql-simple-sop # failure in job https://hydra.nixos.org/build/233249757 at 2023-09-02
|
||||
- postgresql-simple-url # failure in job https://hydra.nixos.org/build/295096191 at 2025-04-22
|
||||
- postgresql-tx # failure in job https://hydra.nixos.org/build/252717914 at 2024-03-16
|
||||
|
|
|
|||
|
|
@ -1422,7 +1422,6 @@ dont-distribute-packages:
|
|||
- hasloGUI
|
||||
- hasql-postgres
|
||||
- hasql-postgres-options
|
||||
- hasql-postgresql-types
|
||||
- hasql-queue
|
||||
- hasql-streams-core
|
||||
- hasql-streams-example
|
||||
|
|
|
|||
|
|
@ -317936,8 +317936,6 @@ self: {
|
|||
];
|
||||
description = "SDK for defining modular mappings to databases on top of Hasql";
|
||||
license = lib.meta.getLicenseFromSpdxId "MIT";
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}
|
||||
) { };
|
||||
|
||||
|
|
@ -318447,7 +318445,6 @@ self: {
|
|||
];
|
||||
description = "Integration of \"hasql\" with \"postgresql-types\"";
|
||||
license = lib.meta.getLicenseFromSpdxId "MIT";
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}
|
||||
) { };
|
||||
|
||||
|
|
@ -382939,8 +382936,6 @@ self: {
|
|||
];
|
||||
description = "PostgreSQL LISTEN/NOTIFY channel manager for IHP";
|
||||
license = lib.meta.getLicenseFromSpdxId "MIT";
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}
|
||||
) { };
|
||||
|
||||
|
|
@ -545282,8 +545277,6 @@ self: {
|
|||
];
|
||||
description = "Integration of \"postgresql-simple\" with \"postgresql-types\"";
|
||||
license = lib.meta.getLicenseFromSpdxId "MIT";
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}
|
||||
) { };
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue