Export the previously defined data types

This commit is contained in:
Tissevert 2019-10-16 18:46:57 +02:00
parent c4edae9781
commit 9cfcd691fd
1 changed files with 4 additions and 1 deletions

View File

@ -7,7 +7,10 @@ module Hanafuda.Message (
T(..)
, FromClient(..)
, PlayerStatus(..)
, PublicGame
, PrivateState(..)
, PublicGame(..)
, PublicPlayer(..)
, PublicState(..)
, Room
) where