From ee21e353947367e3fdb4c2e47cf9ead8a07eb8b0 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Wed, 16 Aug 2023 17:33:50 +0200 Subject: haskellPackages.nix-graph: relax bound on algebraic-graphs --- pkgs/development/haskell-modules/configuration-common.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pkgs/development/haskell-modules/configuration-common.nix') diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index ccff3760e0a..3f5acc81ebe 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -369,6 +369,10 @@ self: super: { # https://github.com/awakesecurity/nix-deploy/issues/35 nix-deploy = doJailbreak super.nix-deploy; + # Too strict upper bound on algebraic-graphs + # https://github.com/awakesecurity/nix-graph/issues/5 + nix-graph = doJailbreak super.nix-graph; + cachix = self.generateOptparseApplicativeCompletions [ "cachix" ] # Adds a workaround to the API changes in the versions library # Should be dropped by the next release -- cgit 1.4.1