From 8bfd542ad210debd00a0be9f15b21c90043b15d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gr=C3=B6ber?= Date: Fri, 26 May 2017 21:51:46 +0200 Subject: [PATCH] Sync cabal-helper bound with 5.7 release branch --- ghc-mod.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-mod.cabal b/ghc-mod.cabal index 215cccc..3a11e33 100644 --- a/ghc-mod.cabal +++ b/ghc-mod.cabal @@ -203,7 +203,7 @@ Library , text < 1.3 && >= 1.2.1.3 , transformers-base < 0.5 && >= 0.4.4 - , cabal-helper < 0.8 && >= 0.7.1.0 + , cabal-helper < 0.8 && >= 0.7.3.0 , ghc < 8.2 && >= 7.6 if impl(ghc >= 8.0)