From 24c5c48180be1f2a8eac791d5685a6850911dca8 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 26 Aug 2015 12:29:40 +0200 Subject: [PATCH] Don't use deprecated version of cabal-helper --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 34f62595..aa8a3a26 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1363,6 +1363,9 @@ packages: # https://github.com/fpco/stackage/issues/768 - HUnit < 1.3 + # 0.5.2.0 is deprecated + - cabal-helper < 0.5.2.0 || > 0.5.2.0 + # Package flags are applied to individual packages, and override the values of # global-flags package-flags: @@ -1946,4 +1949,3 @@ github-users: # - svenpanne # - elliottt # - jmcarthur -