summaryrefslogtreecommitdiff
path: root/src/Erebos/Network/Protocol.hs-boot
diff options
context:
space:
mode:
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