From 415017ee5e038b544e8f905c7db20359a4b44fe9 Mon Sep 17 00:00:00 2001 From: Evan Relf Date: Fri, 20 May 2022 20:24:46 -0700 Subject: [PATCH] Raise upper bound on `algebraic-graphs` (#4) --- nix-graph.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix-graph.cabal b/nix-graph.cabal index 32cc7c7..3ab0550 100644 --- a/nix-graph.cabal +++ b/nix-graph.cabal @@ -43,7 +43,7 @@ library import: common hs-source-dirs: src build-depends: - , algebraic-graphs >= 0.5 && < 0.6 + , algebraic-graphs >= 0.5 && < 0.7 , attoparsec >= 0.13.1 && < 0.15 , containers , hashable