haskellPackages.nix-graph: relax bound on algebraic-graphs
This commit is contained in:
parent
703fd72aab
commit
ee21e35394
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user