From 1f8f6612c106533271a6b3f9c75d775f4f5e9b83 Mon Sep 17 00:00:00 2001 From: Marc Scholten Date: Sat, 30 Aug 2025 20:20:07 +0200 Subject: [PATCH 1/2] haskellPackages.sitemap: add maintainer mpscholten --- .../haskell-modules/configuration-hackage2nix/main.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml index 17c78af1b3b7..ceee0bd7dd19 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml @@ -385,6 +385,7 @@ package-maintainers: - warp-systemd - amazonka - libssh2 + - sitemap ncfavier: - Agda - irc-client From 08267ddb9866e2ce2de6d23654c385b5b8ab4fd6 Mon Sep 17 00:00:00 2001 From: Marc Scholten Date: Sat, 30 Aug 2025 20:23:31 +0200 Subject: [PATCH 2/2] haskellPackages.taggy-lens: dontCheck and unbreak --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ .../haskell-modules/configuration-hackage2nix/broken.yaml | 1 - pkgs/development/haskell-modules/hackage-packages.nix | 2 -- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 527505634a33..ad472f5322ad 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2966,6 +2966,9 @@ with haskellLib; }) ] (doJailbreak super.http2-client); + # doctests are failing https://github.com/alpmestan/taggy-lens/issues/8 + taggy-lens = dontCheck super.taggy-lens; + # https://github.com/snoyberg/http-client/pull/563 http-client-tls = doJailbreak super.http-client-tls; diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml index b74c154cea5b..6feeb3fd97e9 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml @@ -5994,7 +5994,6 @@ broken-packages: - tag-bits # failure in job https://hydra.nixos.org/build/233245196 at 2023-09-02 - tagged-exception-core # failure in job https://hydra.nixos.org/build/233227946 at 2023-09-02 - tagged-timers # failure in job https://hydra.nixos.org/build/233238738 at 2023-09-02 - - taggy-lens # failure in job https://hydra.nixos.org/build/233253920 at 2023-09-02 - taglib-api # failure in job https://hydra.nixos.org/build/233259216 at 2023-09-02 - tagshare # failure in job https://hydra.nixos.org/build/252729876 at 2024-03-16 - tagsoup-ht # failure in job https://hydra.nixos.org/build/233233672 at 2023-09-02 diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index d8f0e7c4dbf6..1f2b62dd6800 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -651705,8 +651705,6 @@ self: { ]; description = "Lenses for the taggy html/xml parser"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; } ) { };