From 913640d50bee3a1c6cb07c5ed4cbd92878d8d4d5 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 21 Dec 2022 14:11:18 +0800 Subject: [PATCH] HsOpenSSL-0.11.7.3 fails to build (haskell-cryptography/HsOpenSSL#74) --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 702167e9..473b4e4c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7937,6 +7937,8 @@ packages: # https://github.com/commercialhaskell/stackage/issues/6808 - nvim-hs < 2.3.2.0 + # https://github.com/haskell-cryptography/HsOpenSSL/issues/74 + - HsOpenSSL < 0.11.7.3 # end of packages # Package flags are applied to individual packages, and override the values of @@ -9265,7 +9267,8 @@ build-tool-overrides: # Example: # If bindings-GLFW-3.1.2.1 is the current latest version write # - bindings-GLFW-3.1.2.1 # Comment saying what should be done when the new version is released -tell-me-when-its-released: [] +tell-me-when-its-released: #[] +- HsOpenSSL-0.11.7.3 # Packages which should be hidden after registering, to avoid module name # conflicts. This is intended for at least two use cases: