From 54ac5e65943b82ba00ec445af58298a039842b7e Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Fri, 15 Jun 2018 15:16:09 +0200 Subject: [PATCH] Raise minimum cabal-helper version --- ghc-mod.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc-mod.cabal b/ghc-mod.cabal index aebb038..07b4040 100644 --- a/ghc-mod.cabal +++ b/ghc-mod.cabal @@ -156,7 +156,7 @@ Library , text < 1.3 && >= 1.2.1.3 , transformers-base < 0.5 && >= 0.4.4 - , cabal-helper < 0.9 && >= 0.8.0.0 + , cabal-helper < 0.9 && >= 0.8.0.2 , ghc < 8.4 && >= 7.8 , ghc-mod-core @@ -287,7 +287,7 @@ Test-Suite spec Build-Depends: ghc-boot Build-Depends: - cabal-helper < 0.9 && >= 0.8.0.0 + cabal-helper < 0.9 && >= 0.8.0.2 , ghc < 8.4 && >= 7.8 , ghc-mod , ghc-mod-core