Skip to content

Commit

Permalink
haskellPackages.nix-graph: relax bound on algebraic-graphs
Browse files Browse the repository at this point in the history
  • Loading branch information
sternenseemann committed Aug 16, 2023
1 parent 703fd72 commit ee21e35
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/development/haskell-modules/configuration-common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ee21e35

Please sign in to comment.