From 8dd6e8fcfe50627c86307164b54b913a0d629296 Mon Sep 17 00:00:00 2001 From: Falco Peijnenburg Date: Thu, 8 Jun 2023 08:44:21 +0200 Subject: [PATCH 1/2] haskellPackages.uuagc-cabal: no longer broken The package is compatible with ghc 9.2 and 9.4 since the following PR was merged: https://github.com/UU-ComputerScience/uuagc/pull/11 --- .../haskell-modules/configuration-hackage2nix/broken.yaml | 1 - pkgs/development/haskell-modules/hackage-packages.nix | 1 - 2 files changed, 2 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml index dd873e3b6169..e6f98ce6f576 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml @@ -5668,7 +5668,6 @@ broken-packages: - util-plus - util-primitive - uuagc-bootstrap - - uuagc-cabal - uuagc-diagrams - uu-cco - uuid-aeson diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index f697305f548d..cb3623f78726 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -307562,7 +307562,6 @@ self: { description = "Cabal plugin for UUAGC"; license = lib.licenses.bsd3; hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "uuagc-diagrams" = callPackage From 512c48da84e313a8656b576efee3c83f8eafb628 Mon Sep 17 00:00:00 2001 From: Falco Peijnenburg Date: Thu, 8 Jun 2023 11:49:04 +0200 Subject: [PATCH 2/2] Remove hydraPlatforms clause for uuagc-cabal --- pkgs/development/haskell-modules/hackage-packages.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index cb3623f78726..991c1a5c1e45 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -307561,7 +307561,6 @@ self: { ]; description = "Cabal plugin for UUAGC"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "uuagc-diagrams" = callPackage