Skip to content

Commit

Permalink
Make it compile with HsOpenSSL
Browse files Browse the repository at this point in the history
  • Loading branch information
theophile-scrive committed Sep 23, 2024
1 parent 8217d24 commit c52bd5c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c52bd5c

Please sign in to comment.