From e57670b5729ac837d16f50bda038ccaed38502f2 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 17 Jun 2019 16:58:09 +0000 Subject: [PATCH] drop 'stack < 2.1.1' and allow pantry-tmp tests to fail (#4628) the failures are due to selinux or something? --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fa37b7ba..d259fbc3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4671,9 +4671,6 @@ packages: # https://github.com/commercialhaskell/stackage/issues/4619 - hw-balancedparens < 0.2.1.0 - - # https://github.com/commercialhaskell/stackage/issues/4628 - - stack < 2.1.1 # end of packages # Package flags are applied to individual packages, and override the values of @@ -5177,6 +5174,7 @@ expected-test-failures: - odbc # "Need ODBC_TEST_CONNECTION_STRING environment variable" - opaleye # PostgreSQL - pandoc-pyplot # requires DISPLAY for tcltk + - pantry-tmp # https://github.com/commercialhaskell/stackage/issues/4628 - persistent-redis # redis - https://github.com/fpco/stackage/pull/1581 - pipes-mongodb - postgresql-query # PostgreSQL