From 6efb0bc8d124af6d113b84084cad84f7d7cefac9 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Fri, 27 Sep 2019 09:28:06 -0400 Subject: [PATCH] Reenable vault `vault` was listed in `"GHC 8.8-related build failures"`, but that is much too restrictive, since the library actually builds without issue on GHC 8.8. The only part that doesn't build correctly is its Haddocks, which is due to a Haddock bug (reported upstream at haskell/haddock#1091). I've listed `vault` in `expected-haddock-failures` as a result. --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6908036c..4c63a546 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -6020,7 +6020,6 @@ packages: # Misc - cuda < 0 - - vault < 0 - vivid-osc < 0 - flay < 0 - barbies < 0 @@ -6965,6 +6964,9 @@ expected-haddock-failures: - bins - emd - hmatrix-backprop + + # https://github.com/haskell/haddock/issues/1091 + - vault # end of expected-haddock-failures # For packages with haddock issues