From 31e6d7452190296bc673a9cd4709f89f72c540d0 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Sat, 27 Jun 2020 05:37:34 +0100 Subject: [PATCH] disable massiv-test tests --- build-constraints.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0bff1f63..c39a3611 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4858,6 +4858,12 @@ packages: # https://github.com/commercialhaskell/stackage/issues/5481 - aeson-yaml < 1.1.0.0 + # https://github.com/commercialhaskell/stackage/issues/5484 + - primitive < 0.7.1.0 + + # + - massiv-test + # end of packages # Package flags are applied to individual packages, and override the values of @@ -5658,6 +5664,8 @@ expected-test-failures: # https://gitlab.com/robstewart57/gitlab-haskell/-/issues/7 - gitlab-haskell + # + - massiv-io # end of expected-test-failures