From 84e95b9aa324a0e56f51ab26d5d8398456722c70 Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Fri, 15 Nov 2024 06:47:18 -1000 Subject: [PATCH] Switch from data-default-class to data-default (#48) --- wuss.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wuss.cabal b/wuss.cabal index 93d1a17..0486401 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.1.1, + data-default ^>=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,