about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorEven Brenden <evenbrenden@users.noreply.github.com>2024-01-18 09:04:52 +0100
committerEven Brenden <evenbrenden@users.noreply.github.com>2024-01-23 08:33:32 +0100
commitb6811e306488216a309fce41dcbbaac1495989b2 (patch)
tree253842a345f021e5ee767d91add046b44e5182bc /pkgs/development/haskell-modules
parent393ca0ec36dc89104728e0f1959004945b6654c1 (diff)
downloadnixlib-b6811e306488216a309fce41dcbbaac1495989b2.tar
nixlib-b6811e306488216a309fce41dcbbaac1495989b2.tar.gz
nixlib-b6811e306488216a309fce41dcbbaac1495989b2.tar.bz2
nixlib-b6811e306488216a309fce41dcbbaac1495989b2.tar.lz
nixlib-b6811e306488216a309fce41dcbbaac1495989b2.tar.xz
nixlib-b6811e306488216a309fce41dcbbaac1495989b2.tar.zst
nixlib-b6811e306488216a309fce41dcbbaac1495989b2.zip
haskellPackages.unleash-client-haskell: jailbreak
Diffstat (limited to 'pkgs/development/haskell-modules')
-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 28908d5c32b8..c9242d304db8 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -2863,6 +2863,9 @@ self: super: {
   # Too strict bounds on base
   kewar = doJailbreak super.kewar;
 
+  # Too strict bounds on mtl, servant and servant-client
+  unleash-client-haskell = doJailbreak super.unleash-client-haskell;
+
   # Tests rely on (missing) submodule
   unleash-client-haskell-core = dontCheck super.unleash-client-haskell-core;