From ad580585c5cf698c5ee4d4cbedfb2da21b7b4026 Mon Sep 17 00:00:00 2001 From: Brent Yorgey Date: Thu, 30 Dec 2021 10:04:53 -0600 Subject: [PATCH 1/3] allow `bytestring-0.11` --- graphviz.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphviz.cabal b/graphviz.cabal index 7dbd81c..da003ed 100644 --- a/graphviz.cabal +++ b/graphviz.cabal @@ -67,7 +67,7 @@ Library { fgl >= 5.4 && < 5.8, filepath, polyparse >=1.9 && <1.14, - bytestring >= 0.9 && < 0.11, + bytestring >= 0.9 && < 0.12, colour == 2.3.*, mtl == 2.*, text, From a36a7b85c7b1b25896be893d3fa45648cb02aee3 Mon Sep 17 00:00:00 2001 From: Brent Yorgey Date: Wed, 28 Sep 2022 05:09:29 -0500 Subject: [PATCH 2/3] allow `fgl-5.8` --- graphviz.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphviz.cabal b/graphviz.cabal index da003ed..ca82286 100644 --- a/graphviz.cabal +++ b/graphviz.cabal @@ -64,7 +64,7 @@ Library { process, directory, temporary >=1.1 && <1.4, - fgl >= 5.4 && < 5.8, + fgl >= 5.4 && < 5.9, filepath, polyparse >=1.9 && <1.14, bytestring >= 0.9 && < 0.12, From b180a42a0932044fa12e8ea80042ceb604195c0c Mon Sep 17 00:00:00 2001 From: Brent Yorgey Date: Wed, 28 Sep 2022 05:13:51 -0500 Subject: [PATCH 3/3] allow `hspec-2.10` --- graphviz.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphviz.cabal b/graphviz.cabal index ca82286..dcb82f4 100644 --- a/graphviz.cabal +++ b/graphviz.cabal @@ -127,7 +127,7 @@ Test-Suite graphviz-testsuite { fgl >= 5.5.0.0, fgl-arbitrary == 0.2.*, filepath, - hspec >= 2.1 && < 2.8, + hspec >= 2.1 && < 2.11, text, QuickCheck >= 2.3 && < 2.15 Build-Tool-Depends: hspec-discover:hspec-discover == 2.*