summary refs log tree commit diff
diff options
context:
space:
mode:
authorEven Brenden <evenbrenden@users.noreply.github.com>2023-11-07 17:27:31 +0100
committerEven Brenden <evenbrenden@users.noreply.github.com>2023-11-07 17:27:31 +0100
commit11547fea6eb4d81a3cece34d613e530e145b9402 (patch)
tree6d7a3088922f6c1dac714e636372188f71771554
parent8541e5ab09d6d8928a362427e63aa41f2564b6d4 (diff)
downloadnixpkgs-11547fea6eb4d81a3cece34d613e530e145b9402.tar
nixpkgs-11547fea6eb4d81a3cece34d613e530e145b9402.tar.gz
nixpkgs-11547fea6eb4d81a3cece34d613e530e145b9402.tar.bz2
nixpkgs-11547fea6eb4d81a3cece34d613e530e145b9402.tar.lz
nixpkgs-11547fea6eb4d81a3cece34d613e530e145b9402.tar.xz
nixpkgs-11547fea6eb4d81a3cece34d613e530e145b9402.tar.zst
nixpkgs-11547fea6eb4d81a3cece34d613e530e145b9402.zip
unleash-client-haskell: Unbreak and add maintainer
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
-rw-r--r--pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml1
-rw-r--r--pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml3
-rw-r--r--pkgs/development/haskell-modules/hackage-packages.nix5
4 files changed, 8 insertions, 4 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index ce0ff69bdf7..18295db4260 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -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
diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml
index d2ad1b3d80c..1f6e01bf0f2 100644
--- a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml
+++ b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml
@@ -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
diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml
index a6c79d6a0f5..703497e1640 100644
--- a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml
+++ b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml
@@ -214,6 +214,9 @@ package-maintainers:
     - vulkan-utils
   erictapen:
     - hakyll
+  evenbrenden:
+    - unleash-client-haskell
+    - unleash-client-haskell-core
   Gabriella439:
     - annah
     - bench
diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix
index d984bef47f5..f3492e9811c 100644
--- a/pkgs/development/haskell-modules/hackage-packages.nix
+++ b/pkgs/development/haskell-modules/hackage-packages.nix
@@ -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