haskellPackages.nix-graph: relax bound on algebraic-graphs

This commit is contained in:
sternenseemann 2023-08-16 17:33:50 +02:00
parent 703fd72aab
commit ee21e35394

View file

@ -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