From 31c9d9de3943ddac12094f138894bac9e9afd82c Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Sun, 3 Nov 2024 13:48:00 +0900 Subject: [PATCH] relaxing the boundary for data-default of warp-tls --- warp-tls/warp-tls.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/warp-tls/warp-tls.cabal b/warp-tls/warp-tls.cabal index 4fbad479e..cbbbdc78c 100644 --- a/warp-tls/warp-tls.cabal +++ b/warp-tls/warp-tls.cabal @@ -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