From f916f490cdd2bcb62149b363b00db7ce2c224b70 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Fri, 26 Mar 2021 20:24:16 -0500 Subject: [PATCH] Skip tests for hasql-transaction, closes #5964 --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 74013ecc..19f6d3c0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -6915,9 +6915,6 @@ packages: - gi-pango < 1.0.24 - gi-xlib <2.0.10 - # https://github.com/commercialhaskell/stackage/issues/5964 - - hasql-transaction < 1.0.0.2 - # end of packages # Package flags are applied to individual packages, and override the values of @@ -7391,6 +7388,7 @@ skipped-tests: - system-fileio # ansi-terminal-0.8 via chell - system-filepath # ansi-terminal-0.8 via chell - buffer-builder # per HTF per cpphs per polyparse (ghc 8.6 failure) + - hasql-transaction # via rerebase # Blocked by stackage upper bounds. These can be re-enabled once # the relevant stackage upper bound is lifted.