summaryrefslogtreecommitdiff
path: root/src/Erebos/Network/Protocol.hs-boot
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2026-01-23 21:47:11 +0100
committerRoman Smrž <roman.smrz@seznam.cz>2026-01-23 21:50:33 +0100
commitde445ec5a490da6ff22d2789b330f45d5e37765c (patch)
treebf5d2de21458c1e1007d516a4c334a735b3545c9 /src/Erebos/Network/Protocol.hs-boot
parent924b0790084aebae13318425045aeaa66e150d5e (diff)
Silence error when calling discoverySearch without the service
Diffstat (limited to 'src/Erebos/Network/Protocol.hs-boot')
-rw-r--r--src/Erebos/Network/Protocol.hs-boot6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Erebos/Network/Protocol.hs-boot b/src/Erebos/Network/Protocol.hs-boot
new file mode 100644
index 0000000..2ac46b5
--- /dev/null
+++ b/src/Erebos/Network/Protocol.hs-boot
@@ -0,0 +1,6 @@
+module Erebos.Network.Protocol where
+
+import Erebos.UUID (UUID)
+
+newtype ServiceID = ServiceID UUID
+instance Show ServiceID