Unverified Commit aa694eed authored by Dennis Gosnell's avatar Dennis Gosnell Committed by GitHub
Browse files

Merge pull request #266091 from evenbrenden/unbreak-unleash-client-haskell

unleash-client-haskell: Unbreak and add maintainer
parents 8541e5ab 11547fea
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2676,4 +2676,7 @@ self: super: {

  # Too strict bounds on base
  kewar = doJailbreak super.kewar;

  # Tests rely on (missing) submodule
  unleash-client-haskell-core = dontCheck super.unleash-client-haskell-core;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
+0 −1
Original line number Diff line number Diff line
@@ -5740,7 +5740,6 @@ broken-packages:
  - unix-handle # failure in job https://hydra.nixos.org/build/233233273 at 2023-09-02
  - unix-process-conduit # failure in job https://hydra.nixos.org/build/233191509 at 2023-09-02
  - unix-recursive # failure in job https://hydra.nixos.org/build/233194742 at 2023-09-02
  - unleash-client-haskell-core # failure in job https://hydra.nixos.org/build/237229757 at 2023-10-21
  - unlifted-list # failure in job https://hydra.nixos.org/build/233205239 at 2023-09-02
  - unlift # failure in job https://hydra.nixos.org/build/233217875 at 2023-09-02
  - unliftio-messagebox # failure in job https://hydra.nixos.org/build/233200633 at 2023-09-02
+3 −0
Original line number Diff line number Diff line
@@ -214,6 +214,9 @@ package-maintainers:
    - vulkan-utils
  erictapen:
    - hakyll
  evenbrenden:
    - unleash-client-haskell
    - unleash-client-haskell-core
  Gabriella439:
    - annah
    - bench
+2 −3
Original line number Diff line number Diff line
@@ -311607,8 +311607,8 @@ self: {
       ];
       description = "Unleash feature toggle client";
       license = lib.licenses.mit;
       hydraPlatforms = lib.platforms.none;
       mainProgram = "example";
       maintainers = [ lib.maintainers.evenbrenden ];
     }) {};
  "unleash-client-haskell-core" = callPackage
@@ -311628,8 +311628,7 @@ self: {
       ];
       description = "Unleash feature toggle client core";
       license = lib.licenses.mit;
       hydraPlatforms = lib.platforms.none;
       broken = true;
       maintainers = [ lib.maintainers.evenbrenden ];
     }) {};
  "unlift" = callPackage