remove exports
This commit is contained in:
parent
90fa5ccef8
commit
3ef0af36fb
1 changed files with 1 additions and 6 deletions
|
@ -3,12 +3,7 @@
|
||||||
{-# LANGUAGE FlexibleContexts #-}
|
{-# LANGUAGE FlexibleContexts #-}
|
||||||
{-# LANGUAGE AllowAmbiguousTypes #-}
|
{-# LANGUAGE AllowAmbiguousTypes #-}
|
||||||
{-# LANGUAGE ExistentialQuantification #-}
|
{-# LANGUAGE ExistentialQuantification #-}
|
||||||
module Affection.MessageBus.Class
|
module Affection.MessageBus.Class where
|
||||||
( Participant(..)
|
|
||||||
, genUUID
|
|
||||||
, UUID
|
|
||||||
-- , MsgId(..)
|
|
||||||
) where
|
|
||||||
|
|
||||||
import Affection.MessageBus.Message
|
import Affection.MessageBus.Message
|
||||||
import Affection.Types
|
import Affection.Types
|
||||||
|
|
Loading…
Reference in a new issue