Skip to content

Commit

Permalink
Drop constraint on warp in cabal.project
Browse files Browse the repository at this point in the history
Relevant issue seems to be fixed upstream.
  • Loading branch information
maksbotan committed Oct 1, 2023
1 parent 7913a93 commit 28fb721
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,6 @@ 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

-- wreq-0.5.4.1 doesn't seem to work with ghc-8.6.5
if (impl(ghc < 8.8))
constraints: wreq == 0.5.4.0
Expand Down

0 comments on commit 28fb721

Please sign in to comment.