From 8e21708fe6b5c8a79402bc82b8d0339f02a8d621 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 28 Dec 2017 11:31:41 +0200 Subject: [PATCH] Upper bound for #3147 --- build-constraints.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b62c66b7..e4ee0744 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3148,6 +3148,12 @@ packages: # https://github.com/fpco/stackage/issues/3146 - brick < 0.31 + # https://github.com/fpco/stackage/issues/3147 + # + # Note: due to https://github.com/haskell/text/issues/211, + # may need to skip tests when removing this + - text < 1.2.3 + # end of packages # Package flags are applied to individual packages, and override the values of @@ -3465,8 +3471,6 @@ skipped-tests: - ihaskell # haskell-src-exts via here - - text # https://github.com/haskell/text/issues/211 - # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We