Skip to content

Commit 57e0f29

Browse files
committed
Drop constraint on warp in cabal.project
Relevant issue seems to be fixed upstream.
1 parent 3ce5741 commit 57e0f29

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

cabal.project

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,9 @@ tests: True
5353
optimization: False
5454
-- reorder-goals: True
5555

56-
-- The switch to crypton breaks the build, so let's avoid it for now
57-
-- https://github.com/snoyberg/http-client/issues/508
58-
constraints: crypton < 0, crypton-connection < 0, crypton-x509 < 0, crypton-x509-store < 0, crypton-x509-system < 0, crypton-x509-validation < 0
59-
constraints: warp < 3.3.26
56+
-- wreq-0.5.4.1 doesn't seem to work with ghc-8.6.5
57+
if (impl(ghc < 8.8))
58+
constraints: wreq == 0.5.4.0
6059

6160
allow-newer: servant-js:base
6261

0 commit comments

Comments
 (0)