From 2b07c8b8bb0f2617fe72a5496ee98888591a31ac Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 1 Jan 2023 10:20:17 +0800 Subject: [PATCH] hopenssl testsuite fails to link against openssl3 (peti/hopenssl#5) Building test suite 'check-high-level-digest-api' for hopenssl-2.2.4.. [1 of 2] Compiling OpenSesame [2 of 2] Compiling Main [3 of 3] Linking .stack-work/dist/x86_64-linux-tinfo6/Cabal-3.8.1.0/build/check-high-level-digest-api/check-high-level-digest -api /var/stackage/work/unpack-dir/unpacked/hopenssl-2.2.4-c2a34849c668488f2f37fd572a9dda728a063eee24aea9d50594925a68489d39/.stack -work/dist/x86_64-linux-tinfo6/Cabal-3.8.1.0/build/libHShopenssl-2.2.4-LJTYmg6aByf6tnjWaUBA9C.a(Digest.o)(.text+0x107c): error: unde fined reference to 'EVP_MD_size' : --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6fd8401f..80f64882 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8746,6 +8746,7 @@ expected-test-failures: - generic-lens # https://github.com/commercialhaskell/stackage/issues/6377 - geojson # 4.1.0 - heap # 1.0.4 https://github.com/pruvisto/heap/issues/11 + - hopenssl # 2.2.4 https://github.com/peti/hopenssl/issues/5 - hourglass # 0.2.12 - hsini # 0.5.1.2 - htoml-megaparsec # 2.1.0.4 https://github.com/commercialhaskell/stackage/pull/6533