about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorNaïm Favier <n@monade.li>2024-01-23 10:00:46 +0100
committerGitHub <noreply@github.com>2024-01-23 10:00:46 +0100
commit8be055c0fc5eb7859285dec383e6e9d26bdb3a6a (patch)
tree4a46667a92f7febd46b23fd08c79aafa7e06435f /pkgs/development/haskell-modules
parente6af56d8ddfff3ae0889e1df1ec1a4ea5c5da502 (diff)
parentb6811e306488216a309fce41dcbbaac1495989b2 (diff)
downloadnixlib-8be055c0fc5eb7859285dec383e6e9d26bdb3a6a.tar
nixlib-8be055c0fc5eb7859285dec383e6e9d26bdb3a6a.tar.gz
nixlib-8be055c0fc5eb7859285dec383e6e9d26bdb3a6a.tar.bz2
nixlib-8be055c0fc5eb7859285dec383e6e9d26bdb3a6a.tar.lz
nixlib-8be055c0fc5eb7859285dec383e6e9d26bdb3a6a.tar.xz
nixlib-8be055c0fc5eb7859285dec383e6e9d26bdb3a6a.tar.zst
nixlib-8be055c0fc5eb7859285dec383e6e9d26bdb3a6a.zip
Merge pull request #281720 from evenbrenden/jailbreak-unleash-client-haskell
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 bfe29aff9bca..255e5192cc04 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -2856,6 +2856,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;