Skip to content

Commit

Permalink
Remove openssl support from snap-serer
Browse files Browse the repository at this point in the history
Disable HsOpenSSL support for snap-server. HsOpenSSL already fails
to compile with GCC versons >= 14.2 and will like stop working all
together earlu in 2025:

    haskell-cryptography/HsOpenSSL#95
  • Loading branch information
erikd committed Sep 4, 2024
1 parent b9a054a commit 4eeebeb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ repository cardano-haskell-packages
-- See CONTRIBUTING for information about these, including some Nix commands
-- you need to run if you change them
index-state:
, hackage.haskell.org 2024-08-20T21:35:22Z
, cardano-haskell-packages 2024-08-18T22:35:14Z
, hackage.haskell.org 2024-09-03T20:51:13Z
, cardano-haskell-packages 2024-08-29T06:10:21Z

packages:
cardano-node
Expand Down Expand Up @@ -48,7 +48,9 @@ package cryptonite
flags: -support_rdrand

package snap-server
flags: +openssl
-- OpenSSL support requires HsOpenSSL which will cause problems in the near future
-- https://github.com/haskell-cryptography/HsOpenSSL/issues/95
flags: -openssl

package bitvec
flags: -simd
Expand Down

0 comments on commit 4eeebeb

Please sign in to comment.