From 79a5608778493bf32e74b54bbf1ea2729941e50f Mon Sep 17 00:00:00 2001 From: jneira Date: Mon, 1 Jun 2020 00:48:27 +0200 Subject: Allow cabal-plan compatible with ghc-8.10 --- cabal-helper.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cabal-helper.cabal b/cabal-helper.cabal index 4d272ac..b648237 100644 --- a/cabal-helper.cabal +++ b/cabal-helper.cabal @@ -96,7 +96,7 @@ common build-deps , Cabal < 3.4 && >= 3.0 || < 2.5 && >= 2.0 || < 1.26 && >= 1.24.2.0 - , cabal-plan < 0.7 && >= 0.5.0.0 + , cabal-plan < 0.8 && >= 0.5.0.0 , clock < 0.8 && >= 0.7.2 , containers < 1 && >= 0.5.7.1 , bytestring < 0.11 && >= 0.10.8.1 -- cgit v1.2.3