hbs2/hbs2-core/test/HasProtocol.hs

14 lines
216 B
Haskell

module HasProtocol
( module HBS2.Net.Proto.Types
, module HBS2.Net.Messaging
, module HBS2.Net.Messaging.Fake
) where
import HBS2.Net.Messaging
import HBS2.Net.Messaging.Fake
import HBS2.Net.Proto.Types