From c8459f1b078f4731ad4df42285ced0a5217d8c85 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Wed, 19 Aug 2026 17:22:56 -0700 Subject: [PATCH] Add upper bound for hOpenPGP, #8096 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 537e584d..2449e8d3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7910,6 +7910,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/8095 - strict-mutable-base < 2 + + # https://github.com/commercialhaskell/stackage/issues/8096 + - hOpenPGP < 3.4 # end of Stackage upper bounds # end of packages