define typeclasses for interfacing between PostService and DHT

This commit is contained in:
Trolli Schmittlauch 2020-07-24 22:29:43 +02:00
parent c05544aa5b
commit 1a085f2fe0
5 changed files with 80 additions and 24 deletions

View file

@ -55,7 +55,7 @@ library
import: deps
-- Modules exported by the library.
exposed-modules: Hash2Pub.FediChord, Hash2Pub.FediChordTypes, Hash2Pub.DHTProtocol, Hash2Pub.ASN1Coding, Hash2Pub.ProtocolTypes, Hash2Pub.PostService
exposed-modules: Hash2Pub.FediChord, Hash2Pub.FediChordTypes, Hash2Pub.DHTProtocol, Hash2Pub.ASN1Coding, Hash2Pub.ProtocolTypes, Hash2Pub.PostService, Hash2Pub.ServiceTypes
-- Modules included in this library but not exported.
other-modules: Hash2Pub.Utils