From ef72df80144044a0c1eefa1bffab2fd01d0851b4 Mon Sep 17 00:00:00 2001 From: spaced4ndy <8711996+spaced4ndy@users.noreply.github.com> Date: Wed, 26 Jun 2024 16:19:33 +0400 Subject: [PATCH] add import --- src/Simplex/Messaging/Protocol.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Simplex/Messaging/Protocol.hs b/src/Simplex/Messaging/Protocol.hs index 5edea1719..6f33a9f54 100644 --- a/src/Simplex/Messaging/Protocol.hs +++ b/src/Simplex/Messaging/Protocol.hs @@ -83,6 +83,7 @@ module Simplex.Messaging.Protocol ProtocolTypeI (..), UserProtocol, ProtocolServer (..), + AProtocolServer (..), ProtoServer, SMPServer, pattern SMPServer,