Skip to content

Commit

Permalink
Avoid crypton dependency for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ysangkok committed Jun 19, 2023
1 parent e754587 commit 0babbed
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,8 @@ packages:
tests: True
optimization: False
-- reorder-goals: True

-- The switch to crypton breaks the build, so let's avoid it for now
-- https://github.com/snoyberg/http-client/issues/508
constraints: crypton < 0, crypton-connection < 0, crypton-x509 < 0, crypton-x509-store < 0, crypton-x509-system < 0, crypton-x509-validation < 0
constraints: warp < 3.3.26

0 comments on commit 0babbed

Please sign in to comment.