about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
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 /pkgs/development/haskell-modules/configuration-common.nix
parent8541e5ab09d6d8928a362427e63aa41f2564b6d4 (diff)
unleash-client-haskell: Unbreak and add maintainer
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index ce0ff69bdf756..18295db426001 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