Skip to content

Commit

Permalink
relaxing the boundary for data-default of warp-tls
Browse files Browse the repository at this point in the history
  • Loading branch information
kazu-yamamoto committed Nov 3, 2024
1 parent b6bc2b6 commit 31c9d9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion warp-tls/warp-tls.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Library
, bytestring >= 0.9
, wai >= 3.2 && < 3.3
, warp >= 3.3.29 && < 3.5
, data-default >= 0.8
, data-default
, tls >= 1.7 && < 2.2
, network >= 2.2.1
, streaming-commons
Expand Down

0 comments on commit 31c9d9d

Please sign in to comment.