From cb129ad50c732909c820cf9fd73195576e37e154 Mon Sep 17 00:00:00 2001 From: jkachmar Date: Sun, 30 Jan 2022 23:18:15 -0500 Subject: [PATCH] Skips building hoauth2 demo executable (#6421) --- build-constraints.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 43dc41cc5..92be0a597 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -6890,6 +6890,13 @@ package-flags: mongoDB: _old-network: false + + # Skips building demo executable (has a bounds issue). + # + # Can be removed once the following issue is closed: + # https://github.com/commercialhaskell/stackage/issues/6421 + hoauth2: + test: false # end of package-flags