From 7c63fd0b402764a47c43256dc353782d81d078e5 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 26 Aug 2015 12:45:17 +0200 Subject: [PATCH] Remove upper bound on cabal-helper to exclude it from build (#778) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 624d524b..5b4d0ece 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1365,7 +1365,7 @@ packages: - HUnit < 1.3 # 0.5.2.0 is deprecated - - cabal-helper < 0.5.2.0 || > 0.5.2.0 + # - cabal-helper < 0.5.2.0 || > 0.5.2.0 # Package flags are applied to individual packages, and override the values of # global-flags