From 8a5898cc06d54c30679678eb204725852786ee84 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Roman=20Smr=C5=BE?= <roman.smrz@seznam.cz>
Date: Sat, 22 Feb 2025 20:58:04 +0100
Subject: ICE config for each discovery peer

---
 src/Erebos/Service.hs | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

(limited to 'src/Erebos/Service.hs')

diff --git a/src/Erebos/Service.hs b/src/Erebos/Service.hs
index f8428d1..d1943e1 100644
--- a/src/Erebos/Service.hs
+++ b/src/Erebos/Service.hs
@@ -37,7 +37,13 @@ import {-# SOURCE #-} Erebos.Network
 import Erebos.State
 import Erebos.Storage
 
-class (Typeable s, Storable s, Typeable (ServiceState s), Typeable (ServiceGlobalState s)) => Service s where
+class (
+        Typeable s, Storable s,
+        Typeable (ServiceAttributes s),
+        Typeable (ServiceState s),
+        Typeable (ServiceGlobalState s)
+    ) => Service s where
+
     serviceID :: proxy s -> ServiceID
     serviceHandler :: Stored s -> ServiceHandler s ()
 
-- 
cgit v1.2.3