From 86b0f6a8871b94049b6558166f20b79e4cf9bb85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Choutri?= Date: Thu, 19 Sep 2024 09:41:54 +0200 Subject: [PATCH] Make it compile with HsOpenSSL --- cabal.project | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cabal.project b/cabal.project index f504f44e7..042003d15 100644 --- a/cabal.project +++ b/cabal.project @@ -87,3 +87,7 @@ allow-newer: openapi3:hashable -- http2-5.3.3 is blacklisted, force http2-5.3.2 or http2-5.3.4 constraints: http2 ==5.3.2 || ==5.3.4 + +package HsOpenSSL + -- Fix compilation with GCC >= 14 + ghc-options: -optc-Wno-incompatible-pointer-types