From 45336f9bf833f88b90fec6815693fa452ffb0310 Mon Sep 17 00:00:00 2001 From: Fumiaki Kinoshita Date: Tue, 10 Dec 2024 16:29:27 +0900 Subject: [PATCH 1/2] Relax the version bounds for data-default --- wuss.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wuss.cabal b/wuss.cabal index 6d26d0c..93b9304 100644 --- a/wuss.cabal +++ b/wuss.cabal @@ -34,7 +34,7 @@ common library build-depends: bytestring ^>=0.11.4.0 || ^>=0.12.0.2, crypton-connection ^>=0.3.2 || ^>=0.4.0, - data-default ^>=0.8.0.0, + data-default >= 0.7 && <0.9, exceptions ^>=0.10.7, network ^>=3.1.4.0 || ^>=3.2.0.0, websockets ^>=0.12.7.3 || ^>=0.13.0.0, From 592eb97e5b1d101dd9fb09ca2e9af0413d494020 Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Sun, 15 Dec 2024 13:36:21 -0600 Subject: [PATCH 2/2] Update constraints for data-default --- wuss.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wuss.cabal b/wuss.cabal index 93b9304..fb035e4 100644 --- a/wuss.cabal +++ b/wuss.cabal @@ -34,7 +34,7 @@ common library build-depends: bytestring ^>=0.11.4.0 || ^>=0.12.0.2, crypton-connection ^>=0.3.2 || ^>=0.4.0, - data-default >= 0.7 && <0.9, + data-default ^>=0.7.0 || ^>=0.8.0.0, exceptions ^>=0.10.7, network ^>=3.1.4.0 || ^>=3.2.0.0, websockets ^>=0.12.7.3 || ^>=0.13.0.0,