about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2023-08-16 17:33:32 +0200
committersternenseemann <sternenseemann@systemli.org>2023-08-16 17:33:32 +0200
commit703fd72aabe72ae318040c3ac416f614f6af6869 (patch)
tree669dbb66753936f510f432ae32209f44ab1dae01 /pkgs/development/haskell-modules
parent556e723ae19e1d82f56fd49ac0d871673ed37522 (diff)
haskellPackages.nix-deploy: lift upper bounds on text/turtle
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 4ded16e1891e7..ccff3760e0a3f 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -365,6 +365,10 @@ self: super: {
   # https://github.com/serokell/nixfmt/issues/130
   nixfmt = doJailbreak super.nixfmt;
 
+  # Too strict upper bounds on turtle and text
+  # https://github.com/awakesecurity/nix-deploy/issues/35
+  nix-deploy = doJailbreak super.nix-deploy;
+
   cachix = self.generateOptparseApplicativeCompletions [ "cachix" ]
     # Adds a workaround to the API changes in the versions library
     # Should be dropped by the next release